There's node-webworker at https://github.com/pgriess/node-webworker . It's programmed via an API alike W3C's WebWorkers. Internally it's a very simple message passing protocol, hosted on top of WebSockets. Between the too low level (ZeroMQ, dealing intimiately with sockets) and too high level (plenty of targets, let's call out hook.io randomly), creating MessageChannels and MessagePorts is to me a great middle-level of messaging abstraction, and it's one we'll continue to see more of in places outside of Node-land.
-rektide -- 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
