On Apr 10, 02014, at 12:22, Reza Razavipour <[email protected]> wrote:
> Any recommendations for message queues in node? I love me some Gearman, other people love zeromq and AMQP adapters. > Socket based communication is done socket.io, is that correct? Any good > modules that wrap it? socket.io is specifically a wrapper around websockets and roughly equivalent transports: It’s for talking to browsers. Don’t confuse that with classic network sockets — you’ll be sad. If that’s what you need, awesome — also consider raw websockets if your networks will pass it and browsers support it; DNode; xmpp-bosh; SockJS, Primus (a wrapping adapter for many of these), engine.io … lots of options on the websocket-like functions. If you want plain network sockets, look at the built-in ‘net’ module — it supports TCP and UDP sockets. What do you mean by “wrap”? What function are you expecting to get out of such a module? Aria
signature.asc
Description: Message signed with OpenPGP using GPGMail
