What do you think of Sails framework?, based on javascript (node.js) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What do you think of Sails framework?, based on javascript (node.js)

What significant differences do you have with other frameworks of the same programming language? If someone has any experience with the framework, please do not hesitate to comment

17th May 2018, 11:26 PM
julitus
julitus - avatar
1 Answer
+ 1
It is built on top of express. It is based on the MVC pattern. It also comes with built-in support for WebSockets with Socket.io and an asset tool grunt. Sails.js lets you decide on the frontend layer, which is often implemented with Angular, Backbone or any other front-end framework. It is also well documented. On the flipside, Sails has a steep learning curve and is complex to learn. It is an opinionated framework.
6th Jul 2020, 7:53 PM
Lijo M Loyid
Lijo M Loyid - avatar