nodejs - Evented I/O for v8 JavaScript
Node’s goal is to provide an easy way to build scalable network programs. Node is similar in design to and influenced by systems like Ruby’s Event Machine or Python’s Twisted. Node takes the event model a bit further—it presents the event loop as a language construct instead of as a library.
Ryan just announced the release of Version 0.1.20.
Hat tip: @grantmichaels - http://twitter.com/grantmichaels/status/6144829957
Discussion
Sign in or Join to comment or subscribe