nodejs

TwitterFacebook
Get flash to fully experience Pearltrees

Building a Non-Trivial App in Node.js – Skookum Blog

We recently launched ClickDummy , a free app for web designers that turns mockups into prototypes, and one of the first systems with node.js powering its full feature set. Interest in node as a platform is huge, but little has been reported on a full development-production cycle. http://skookum.com/blog/building-a-non-trivial-app-in-node-js/
Nodejitsu , the original Node.js platform-as-a-service, has open-sourced several of its tools, some of which are used in its own production stack. These could be useful to those running their own Node.js servers or private clouds. Some of the tools are very simple, like forever , which ensures that a script runs continuously. Others are more involved, such as the application server haibu and the cloud deployment tool jitsu . You can find all sort Node.js goodness at Nodejitsu's GitHub .

Node.js PaaS Nodejitsu Open-Sources Several Tools

http://readwrite.com/2011/06/03/nodejitsu-open-source-nodejs
http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/

Learning Server-Side JavaScript with Node.js

Node.js is all the buzz at the moment, and makes creating high performance, real-time web applications easy.
modules

Deploying node.js apps - Clock Blogs

Here at Clock, long gone are the days of FTP uploads to put a site live. We use deployment tools to automate the process, which have the advantage of being faster, while reducing the chance of human error. http://clock.co.uk/tech-blogs/deploying-nodejs-apps