Developer(s) | Mike McNeil and others |
---|---|
Initial release | 2012 |
Stable release | 1.4.2
/ March 10, 2021[1] |
Repository | Sails.js Repository |
Written in | JavaScript |
Operating system | Cross-platform |
Platform | Node.js |
Type | Web framework |
License | MIT License |
Website | sailsjs |
Sails.js (or Sails)[2] is a model–view–controller (MVC) web application framework developed atop the Node.js environment,[3]:1, 19 released as free and open-source software under the MIT License.[4][5] It is designed to make it easy to build custom, enterprise-grade Node.js web applications and APIs.[4][6] Emulating the MVC architecture of other frameworks, like Ruby on Rails,[3]:19 it offers similar pattern and familiarity, reducing the cognitive burden when switching between other frameworks/languages.
Sails.js offers a host of features and attributes. Because it is built on Node.js and Express.js,[7] 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,[2] Sails.js provides an object-relational mapping interface, using Waterline.js, which abstracts the database interaction.[7] This enables a uniform API regardless of the underlying database being used.[8]
A number of other packages are included to enable fast auto-generated REST APIs, WebSockets by default using Socket.io;[2] and compatibility features making it front-end agnostic so that many tools and frameworks (AngularJS, React.js, Android, iOS, etc.) are supported.
By: Wikipedia.org
Edited: 2021-06-18 12:39:55
Source: Wikipedia.org