Node.js v.0.10.5 (Stable) Released

Node.js
Node.js (and more often simply called "Node") is simply put a JavaScript on the server side. It's a platform built on Chrome's javascript runtime, very useful building fast scalable network applications.

Update v.0.10.5


This latest node.js stable release v.0.10.5 adds support for VS 2012, fixes unlikely buffer overflow in os.type(), applies fix to unshift() race conditions in stream, http module doesn't try to destroy nonexistent sockets anymore, plus additional updates on crypto, assert, dgram and handle_wrap modules.

Source code: http://nodejs.org/dist/v0.10.5/node-v0.10.5.tar.gz
Issue tracker: https://github.com/joyent/node/issues

Original article on Node.js blog: http://blog.nodejs.org/2013/04/23/node-v0-10-5-stable

Comments

Popular posts from this blog

Stubbing and Mocking Static Methods with PHPUnit

Enable HTTP/2 Support in AWS ELB

How To Attach Your EBS volume to multiple EC2 instances