nodejs

TwitterFacebook
Get flash to fully experience Pearltrees
Sails.js makes it easy to build custom, enterprise-grade Node.js apps. It is designed to resemble the MVC architecture from frameworks like Ruby on Rails, but with support for the more modern, data-oriented style of web app development. It's especially good for building realtime features like chat. To install the latest stable release with the command-line tool: http://balderdashy.github.com/sails/

Sails.js | The future of API development

A simple web service in node.jsblog

I recently gave a talk at ADICU Devfest 2011 on node.js. http://blog.nodejitsu.com/a-simple-webservice-in-nodejs

Node Tutorial Part 2

http://dailyjs.com/2010/11/08/node-tutorial-2/ Welcome to part 2 of Let’s Make a Web App , a tutorial series about building a web app with Node . This series will walk you through the major areas you’ll need to face when building your own applications. These tutorials are tagged with lmawa .
For the past couple months I’ve been developing with Backbone.js and mocking data for an application. I’ve worked in the ecommerce industry for a few years and thought it would be a good idea to create a serious of posts on the topic of developing with Backbone using an example with some complexity, perhaps more than a ’ todos ’ or ’ blog ’ application, so the example will utilize a familiar Web application, an online store. To program a data-driven asynchronous application using a language I already know, JavaScript, the best way to learn is to write some code. http://www.pixelhandler.com/blog/2012/02/09/develop-a-restful-api-using-node-js-with-express-and-mongoose/

Develop a RESTful API Using Node.js With Express and Mongoose

Node.js Step by Step: Blogging Application

In the previous episode in this session, you were introduced to Node.js by creating a simple web server that displayed the obligatory “Hello world” text. http://net.tutsplus.com/tutorials/javascript-ajax/node-js-step-by-step-blogging-application/
Welcome to part 3 of Let’s Make a Web App , a tutorial series about building a web app with Node . http://dailyjs.com/2010/11/15/node-tutorial-3/

Node Tutorial Part 3