sails.js

1 post

intro to sails.js

Intro to Sails.js: Creating your first app and hosting it on a Linode server

If you’re new to Node.js but already familiar with MVC frameworks, Sails.js is a perfect fit for you. With Sails.js, you can easily build enterprise-grade Node.js apps. A common use is for real-time apps like chats. Sails.js is great for beginners as it does most of the initial setup automatically. It even works with most databases, doesn’t have to be MongoDB. You can learn more about Sails.js on their website.

Continue reading