Also the message queue packages you mentioned are based on POSIX message queues, I take it.
On Thursday, April 10, 2014 10:53:12 AM UTC-7, Aria Stewart wrote: > > On Apr 10, 02014, at 12:22, Reza Razavipour > <[email protected]<javascript:>> > 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 > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
