comparison - High-level differences between node.js and ZeroMQ? -


excuse ignorance, high-level overview of (something like) node.js versus zeromq?

node.js javascript vm based on v8 -- built full programming environment asynchronous io

zeromq library doing variety of things -- message queueing on arbitrary protocols. compatible amqp (message protocol) , not have have broker (central routing server).

basically totally different :-) there half functional binding of zeromq node http://github.com/justintulloss/zeromq.node - , more functional 1 amqp in general ry built - http://github.com/ry/node-amqp


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -