- Docs for the latest stable npm release of Sails are on the website
- This is mirrored by the master branch of the
sails-docs
repo on github- The content in the Github repo is pushed to the website when it is merged into the branch for the current stable Sails release.
- Master is sometimes a few commits ahead, any critical documentation updates make it onto the website within a day or two. http://sailsjs.org/documentation is the go-to place for the most up-to-date information.
A number of Sails users have expressed interest in emulating the process we use to generate the pages on the Sails website. Good news is it's pretty simple: The compilation process for the Sails docs involves generating HTML from Markdown files in the sails-docs repo, then performing some additional transformations such as adding data type bubbles, tagging permalinks for individual sections of pages, building JSON data to power the side navigation menu and setting HTML <title>
attributes for better search engine discoverability of individual doc pages. See the Sails website repo for more information.
There are many different ways to contibute to Sails; for example you could help us improve the official documentation, write a plugin, fix a bug on the website, answer StackOverflow questions, start a Sails meetup, help troubleshoot GitHub issues, write some tests, or submit a patch to Sails core or one of its dependencies. Please look through the contribution guide before you get started. It's a short read that covers guidelines and best practices that ensure your hard work will have the maximum impact.
The Sails project tracks bug reports in GitHub issues and uses pull requests for feature proposals. Please read the contribution guide before you create an issue, submit a proposal, or begin working on pull request.
Unless you are a contributor running a pre-release version of the framework in order to do some testing or work on core, you should use the latest stable version of Sails from NPM (click the badge above). Installing is easy- just follow the instructions on the Sails website.
Note: to install/upgrade to the latest version of Sails locally in an existing project, run
npm install sails@latest --force
. If you are having trouble and are looking for a bazooka, you might also want to runrm -rf node_modules && npm cache clear && npm install sails@latest --force && npm install
.
If you are looking to install a pre-release version of Sails, you can install from the beta
tag on npm (i.e. npm install sails@beta
). This is a great way to try out a coming release ahead of time and start upgrading before the release becomes official. The beta npm release candidate corresponds with the beta
branch in the Sails repo.
Finally, if you like living on the edge, or you're working on adding a feature or fixing a bug in Sails, install the edge version from the master
branch on github. The edge version is not published on the registry since it's constantly under development, but you can still use npm to install it (e.g. npm install sails@git://github.com/balderdashy/sails.git
)
For more instructions on installing the beta and edge versions of Sails, check out the contribution guide.
Start with NPM's helpful troubleshooting guide. If you continue to have problems, and you've tried Google searching but you're still stumped, please carefully review the updated Sails contribution guide and then create a GitHub issue in the Sails repo.
We have learned again and again over the years to take versioning of dependencies very seriously. We lock Sails' dependency versions and only bump those versions if the associated updates fix a security issue or present other substantive advantages to Sails users (improved compatibility, performance, etc.) In addition, the core maintainers of Sails are committed fixing any major security, performance, or stability bugs that arise in any of our core dependencies-- regardless of whether those modules are officially maintained by another entity or not.
Sails is tested with node versions 0.10.x and up, and built on the rock-solid foundations of Express and Socket.io. Out of the box, it also depends on other great modules, like grunt
, waterline
, and fs-extra
. Click the badge above for the full list of dependencies.
Aside from the official documentation, be sure and check out the Support page on the Sails website, and pop in to our Gitter chat room. If you're stumped, make sure and ask a question on StackOverflow, where there's an active Sails community. Members of our core team recently taught a free video course on Platzi and wrote a book.
Sails is used in production by individuals and companies, non-profits, and government entities all over the world, for all sorts of projects (greenfield and mature). This small list is definitely not authoritative, so if you're using Sails in your app/product/service, we'd love to hear about it! Click the
edit
button in GitHub's UI to submit a pull request updating this list.
- The City of Paris
- 18F (United States)
- Postman
- BeyondSoft
- The Broad Institute / Human Genome Project
- Cuckoo Quack - An antique clock turned into a notification system
- Portfolio Page - By Isaac T. Wooten
- Insight Replay - Instant replay for athletes and coaches
- Taskboard - a Sails application to mimic "scrum-ban" taskboard
The companies below provide custom development, services, training, and/or support for teams building applications on Sails. These groups also happen to be some of our greatest allies, and have made significant contributions to the development and stability of the framework.
================================================================================
Sails was built by the team behind Balderdash, an interactive development studio in Austin, TX. Heather and I started the company in 2012, on the promise that Node.js could be used to build production back-end applications from start to finish. We created Sails to support that mission, and years later, the experiment has been a resounding success. As you might expect, we've done a lot of custom Sails+Node.js development, but our team has experience across the full stack, including: advanced interaction design, practical/scalable development of huge HTML 5 applications, and building rich user experiences across many different devices and screen resolutions.
================================================================================
appendTo is a leader in front-end software solutions, specializing in JavaScript, jQuery, HTML5 and Mobile Development. We offer a variety of solutions for everyone from small businesses to enterprise clientele.
- JavaScript, HTML5, Responsive Web, and Full Stack JavaScript for the Enterprise
- Follow us on Twitter: @appendto
- Visit us on Facebook
- Subscribe to our Newsletter - The Modern Web Observer
If you would like to see your company added to this section, please tweet @mikermcneil on Twitter.
- If you are the author of a tutorial or guide about Sails, please send us a pull request editing this file. We'll check it out!
- SailsCasts - Short screencasts that take you through the basics of building traditional websites, single-page/mobile apps, and APIs using Sails. Perfect for both novice and tenured developers, but does assume some background on MVC.
- Sails.js Development channel on Medium
- Angular + Sails! Help! - Sails Resources Service for AngularJS
- Intro to Sails.js screencast
- Intro to Sails.js - talk @ NodePDX
- Working With Data in Sails.js tutorial on NetTuts
- How to Create a Node.js App using Sails.js on an Ubuntu VPS
- Sails.js - How to render node views via Ajax, single page application, SPA
- Desarrollar Webapps Realtime:
- Angular + Sails.js (0.10.0-rc5) with angular-sails socket.io
- Sails.js and Heroku
- Sails API development (1/2): Datalayer -models, connections, waterline
- Sails API development (2/2): Custom methods, overriding default actions, and related
- If you are the author of an article about Sails, please send us a pull request editing this file. We'll check it out!
- If you are a company interested in doing a press release about Sails, please contact @mikermcneil on Twitter (and er.. remind him if necessary!) We'll do what we can to help.
- Austin startup finds success in responsive design
- Interact ATX
- Startup America
- Sails.js featured in 5 Minutes of JavaScript
- [Sails.js - Awesome MVC for Node.js] (http://sethetter.com/sails-js/)
- Interview w/ Tim Heckel on InfoQ
- Case Technical Blog
- [Sails.js - Une Architecture MVC pour applications real-time Node.js] (http://www.lafermeduweb.net/billet/sails-js-une-architecture-mvc-pour-applications-real-time-node-js-1528.html)
- Hacker News
- Sail.js : un framework MVC pour Node.js
- Sails.js — Build custom, enterprise-level Node.js apps
- Build Custom & Enterprise Node.js Apps with Sails.js
- New tools for web design and development: March 2013
- Sails 0.8.9: A Rails-Inspired Real-Time Node MVC Framework
- 30 Fresh jQuery Tools and Plugins
- [Node.js の MVCフレームワーク Sails.js が良さげなので少し試してみた] (http://nantokaworks.com/?p=1101)
- New web design tools that you need to check out
- Live code Sails.js avec Mike McNeil
- #hack4good adds cities and welcomes Sails.js creator to speak and hack in Paris!
- Backend фреймворк SailsJS + BackboneJS + MySQL
- realtime chat with sails and react