Nodester.com home

09 5 / 2012

Nodester Platform Upgraded to Support Node.JS v0.6.17

We are happy to announce the support of Node.JS version 0.6.17 on the Nodester platform.  This update was prompted from receiving an urgent notice from the Node.JS project related to an HTTP Server Security Vulnerability detected in versions prior to 0.6.17.  The full security article can be found at http://blog.nodejs.org/2012/05/07/http-server-security-vulnerability-please-upgrade-to-0-6-17/

Please update your nodester CLI tool so that newly created apps will default to v0.6.17.  This can be done by running:

sudo npm install nodester-cli -g

Upgrading existing Nodester-hosted Node.JS apps to v0.6.17 is simple.  Open your package.json file and change the following entry to:

“node”:”0.6.17”

Commit your change to git and push it to nodester:

git commit -am “upgrading to v0.6.17”

git push

Hack the planet!  Thanks again to @_AlejandroMG for performing this update!



09 4 / 2011

Nodester is Running Node.JS 0.4.3

Nodester was upgraded to Node.JS 0.4.3 several weeks ago and we were simply too busy to update the blog.  

We are working on a versioning platform that will allow you to run ANY version of Node.JS on your apps as needed.  Stay tuned for more information…