About 33 results
Open links in new tab
  1. Sails.js | Realtime MVC Framework for Node.js

    Sails is the most popular MVC framework for Node.js, designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern …

  2. Features | Sails.js

    Sails is built on Node.js, a popular, lightweight server-side technology that allows developers to write blazing fast, scalable network appliations in JavaScript. Sails uses Express for handling …

  3. What is Sails? | Sails.js

    Sails is not "that kind" of a web framework. Sails works great with React and Vue, but you would never use Sails instead of those libraries. On the other hand, sometimes when we talk about …

  4. Get Started - Sails.js

    Sails v1 demo app - A live, production app built during our full-stack JavaScript course with Platzi. Source code here. What else can Sails do? - Get acquainted with what Sails does out-of-the …

  5. Core Concepts: Table of Contents - Sails.js

    The Sails framework is free and open-source under the MIT License. Illustrations by

  6. API Reference: Table of Contents - Sails.js

    The Sails framework is free and open-source under the MIT License. Illustrations by

  7. Routes - Sails.js

    Like most web frameworks, Sails provides a router: a mechanism for mapping URLs to actions and views. Routes are rules that tell Sails what to do when faced with an incoming request. …

  8. Models and ORM - Sails.js

    Like most MVC frameworks, Sails supports multiple databases. That means the syntax to query and manipulate our data is always the same, whether we're using MongoDB, MySQL, or any …

  9. Waterline query language - Sails.js

    The Sails framework is built by a web & mobile shop in Austin, TX, with the help of our contributors. We created Sails in 2012 to assist us on Node.js projects. Naturally we open …

  10. tasks/config/babel.js - Sails.js

    This task is used to transpile any ES8, ES7, and ES6 syntax in your front-end JavaScript files for compatibility with older browsers. (By default, only .js files in the assets/js/ folder and …