Node.js 0.8.20 / 0.9.9 Beta


A server-side JavaScript environment that uses an asynchronous event-driven model.

Node.js's goal is to provide an easy way to build scalable network programs. Node.js communicates to the operating system (via epoll, kqueue, /dev/poll, or select) that it should be notified when a new connection is made, after which it goes to sleep.

If someone new connects, then it executes the callback. Each connection is only a small heap allocation.
What's New in This Release:

· npm: Upgrade to v1.2.11
· http: Do not let Agent hand out destroyed sockets (isaacs)
· http: Raise hangup error on destroyed socket write (isaacs)
· http: protect against response splitting attacks (Bert Belder)

Publisher:Joyent, Inc
License:Freeware
Size/OS::4.7 MB / Windows All
Date:February 17th, 2013

Download

:Node.js 0.8.20 / 0.9.9 Beta