tech/webdev magazine

March 7, 2015

How To Create an Node.js App Using Sails.js on an Ubuntu VPS

Saturday, March 07, 2015 Teklinks

Sails.js makes it easy to build custom, enterprise-grade Node.js apps. It is designed to mimic the MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with scalable, service-oriented architecture. It's especially good for building chat, realtime dashboards, or multiplayer games.

Full article