Steps to Setup Sails.js Framework on Ubuntu

Sails.js is a free & open source MVC framework for Node.js.It helps to build custom,enterprise-grade Node.js applications.It supports scalable,WebSockets, service-oriented architecture,multiple data stores in the same project and provides basic security and role-based access control. Prerequisite: Ubuntu machine with Sudo privileges. There are some steps to setup Sails.js Framework on Ubuntu: Step 1: Update the …