What do you like best about Sails.js?
1. well-organized structures of model, view, and controller.
2. The middleware plays an important role in security, and connection between the backend and other integrations, inside config you can customize each and everything very easily i.e. sockets, security, datastores, policies, routes, etc. They are well easy to understand.
3. connection between the controller, helper functions, routes, and Models is very easy and because of this, anyone can implement typical logic and build API in a more effective way.
4. Different databases support like MySQL, Postgres, MongoDB help a lot to move data from one another.
5. Easy to deploy within development and production environments just by changing some variable's name.
6. Well supported Socket.io which helps to get real-time interaction like chat.
7. Documentation is very clear and easy to understand for beginners.
8. Easy to lift the application
9. Easy to develop REST API. Review collected by and hosted on G2.com.
What do you dislike about Sails.js?
1. While building the application sometimes the Sails lift takes too much time.
2. Sometimes the logged error is not understandable.
3. very few peer groups and Community response times are slow.
4. Sails framework only supports Waterline ORM.
5. VueJS is standardized by default. Review collected by and hosted on G2.com.