Build Custom & Enterprise Node.js Apps with Sails.js
Posted · Category: Framework, MIT License
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.
Sails.js API scaffolding is nothing like Rails scaffolding. Instead, Sails automatically builds a RESTful JSON API for your models. And here’s the thing, it supports HTTP and WebSockets. By default, for every controller you create, you get the basic CRUD operations created automatically.
Requirements: Node.js Framework
Demo: http://balderdashy.github.com/sails/
License: MIT License
1 Comment