jadbalout / node-amf

AMF library for NodeJS
MIT License
2 stars 3 forks source link

Publish-Subscribe pattern #1

Open ghost opened 3 years ago

ghost commented 3 years ago

It will be nice to support a BlazeDS-like bidirectional communication protocol using pub/sub pattern using long-pooling

jadbalout commented 3 years ago

Do you have any resources to direct me to that could help me imagine what you have in mind? Maybe examples of other libraries using that?

ghost commented 3 years ago

Adobe BlazeDS use it to create a bidirectional communication between the Flex/Flash client and server. In this case our client will be a Node.JS/Browser client that subscribes to a channel and listens for specific messages.

ghost commented 3 years ago

@cln650 Perhaps sharing some code example would help.