Welcome to the Sails.js Core.
The goal of this file is to provide a light overview of the structure and philosophy of Sails.js for core contributors, as well as establish code and documentation conventions.
Many of the subdirectories herein contain a README.md
file with more information about that particular component.
The Sails.js core runs when an app is fired up with sails.load
or sails.lift
.
See the Sails Project Stability Index for more information. We use a slight variation of the [stability index] used by Node.js core; partially out of allegiance, but mostly for consistency.
If you have an unanswered question that isn't covered here, and that you feel would add value for the community, please feel free to send a PR adding it to this section.