logo
logo
Sign in

How to MVC with node.js & sails.js

avatar
Constantine Harper
How to MVC with node.js & sails.js

A large number of projects on Node.js platform are carried out in the manner of the manner of separating and isolating the backend from the frontend. Namely RESTful backend API is usually implemented using express.jsloopbackhapirestify, etc. and frontend application  is implemented using angular.jsreact.js + fluxbackbone.js, etc.

But often enough there are cases when the customer (or sometimes even the developer’s team) wants to implement a classical MVC application with Node.js platform.

Recently our team have had to deal with such a project. And in this situation the best choice for achieving the goals, is to use sails.js framework. This framework provides an elegant, comfortable and easy way to build MVC application.

Original article here

collect
0
avatar
Constantine Harper
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more