- 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 eventually pushed to the website.
- It is usually a several commits ahead, and is the go-to place for the most up-to-date information.
- This will become more automated as we're able to get more time to automate our tools (will open-source these asap post v0.10 release)
- Help us improve the documentation
- Contribute to the Sails core
- Create/contribute to a plugin
- Contribute to the sailsjs.org website
- Report suspected bug with the Sails core itself
- Got a feature request or idea?
- Ask a question on StackOverflow
- Get help from the Google Group
- Get help on IRC (#sailsjs on freenode)
- Tweet @sailsjs
If you'd like a link to be added to this list, contact @mikermcneil on Twitter (and remind him if necessary, please!)
- 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.
- 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
- User Authentication with Sails.js
- 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:
If you'd like a link to be added to this list, contact @mikermcneil on Twitter (and remind him if necessary, please!)
- [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
This list is definitely not authoratative-- we haven't been able to keep up with individual requests to be added. But if you're using Sails in your company/product/service, we'd love to hear about it! Please send a pull request to edit this file.
- Cuckoo Quack - An antique clock turned into a notification system
- Portfolio Page - By Isaac T. Wooten
- AMAG Moments - Share your best moments in the car
- PonyCaptcha - Stop Spam! Watch Ponies!
- Insight Replay - Instant replay for athletes and coaches
Sails.js is maintained by Balderdash, a web and mobile studio in Austin, TX. We earn our living by providing responsive UX design, rapid prototyping, and enterprise-class support for startups, SMBs, and the Fortune 500.
- Tell us about your project
- Educate yourself about our process and best practices
- @balderdashy
- AngelList
- Dribbble
- More about Balderdash
The latest stable version in npm is always a safe bet. If you like living on the edge, check out the v0.10
branch on github with:
$ sudo npm install -g sails@git://github.com/balderdashy/sails.git#v0.10
Sails is tested with node versions 0.8.22 and 0.10.x, and built on the rock-solid foundations of Express and Socket.io.