Sponsored Links
-->

Saturday, March 24, 2018

TUTORIAL DEV - Create a Sails.js (live chat with Mike McNeil ...
src: i.ytimg.com

Sails.js (or Sails) is a Model-View-Controller (MVC) web application framework developed atop the Node.js environment, released as free and open-source software under the MIT License. It is designed to make it easy to build custom, enterprise-grade Node.js web applications and APIs. Emulating the MVC architecture of other frameworks, like Ruby on Rails, it offers similar pattern and familiarity, reducing the cognitive burden when switching between other frameworks/languages.


Video Sails.js



Features

Sails.js offers a host of features and attributes. Because it is built on Node.js and Express.js, it enables applications to be built with 100% JavaScript. This not only includes models, views, and controllers; but also configuration files and adapters (e.g., database).

Like Ruby on Rails, Sails.js provides an Object-relational mapping interface, using Waterline.js, which abstracts the database interaction. This enables a uniform API regardless of the underlying database being used.

A number of other packages are included to enable fast auto-generated REST APIS, WebSockets by default using Socket.io; and compatibility features making it front-end agnostic so that many tools and frameworks (AngularJS, React.js, Android, iOS, etc.) are supported.


Maps Sails.js



Community Acclaim

As compared to other libraries/frameworks, like FeathersJS, Sails offers a host of features out of the box and leads as the generally accepted Node.js framework for both full-stack development and REST APIs.


Build a To-Do App Using Sails.js and AngularJS ― Scotch
src: scotch.io


References


Building a sails application ep26 - Deploying a sails app to ...
src: irlnathan.github.io


External links

Source of article : Wikipedia