sails
Version:
API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)
23 lines (10 loc) • 1 kB
Markdown
# Understanding Core
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.
## Overview
The Sails.js core runs when an app is fired up with `sails.load` or `sails.lift`.
## Stability Index
See the [Sails Project Stability Index](https://github.com/balderdashy/sails/blob/master/docs/contributing/stability-index.md) for more information. We use a slight variation of the [stability index] used by [Node.js core](http://nodejs.org/api/documentation.html#documentation_stability_index); partially out of allegiance, but mostly for consistency.
## FAQ
> 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.