
nodejs
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.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
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

