Best Software for 2025 is now live!
Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated Sails.js Alternatives

Sails.js Reviews & Product Details

Yash R.
YR
Software Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Sails.js?

Sailsjs is based on node.js so sails have great javascript support, apart from that sails use MVC (modal, view, controller ) architecture so code is easy and manageable. Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

Sails Js provides great support still managing assets is messy, also while implementing sockets our team struggled with getting sockets up and running. also, migrations sometimes don't work properly. Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

We are looking for a backend framework to build RESTAPi and seems like sails.js is a great framework, integrated MongoDB is really easy also performance seems great! Review collected by and hosted on G2.com.

Sails.js Overview

What is Sails.js?

Sails makes it easy to build custom, enterprise-grade Node.js apps.

Sails.js Details
Show LessShow More
Product Description

Sails makes it easy to build custom, enterprise-grade Node.js apps.


Seller Details
Seller
Sails.js
Year Founded
2014
HQ Location
Austin, TX
LinkedIn® Page
www.linkedin.com
4 employees on LinkedIn®

Recent Sails.js Reviews

Savan T.
ST
Savan T.Small-Business (50 or fewer emp.)
5.0 out of 5
"Easy to setup project in sails js"
I dont need to create from screch. Api integration is faster
Santanu P.
SP
Santanu P.Small-Business (50 or fewer emp.)
2.5 out of 5
"Good and state forward framework but not that flexible"
File system helpers, policies, and real-time with socket
Yash R.
YR
Yash R.Small-Business (50 or fewer emp.)
4.5 out of 5
"Sails JS is easiest backend MVC framework to work on !"
Sailsjs is based on node.js so sails have great javascript support, apart from that sails use MVC (modal, view, controller ) architecture so code i...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

Sails.js Media

Answer a few questions to help the Sails.js community
Have you used Sails.js before?
Yes

17 out of 18 Total Reviews for Sails.js

4.4 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
17 out of 18 Total Reviews for Sails.js
4.4 out of 5
17 out of 18 Total Reviews for Sails.js
4.4 out of 5
G2 reviews are authentic and verified.
Savan T.
ST
Software Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about Sails.js?

I dont need to create from screch.

Api integration is faster Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

Some kind of solution i didt found instantly Review collected by and hosted on G2.com.

Recommendations to others considering Sails.js:

If you want to setup project in less time then sails js is best platform for api integration Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

Time consuming Review collected by and hosted on G2.com.

Abhishek G.
AG
Senior Associate, Technology
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
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.

What problems is Sails.js solving and how is that benefiting you?

I'm building the CMS(Content Management System) application whose backend is totally based on the Sails Js application where I used Knex migration and Waterline ORM for database modeling. Also, I'm using MongoDB and Postgres to collects forms data as well as the different beneficiary data. The major purpose of the application to take the data from people and help them to resolve their grievances(high occurrence of creation and updating of data). In Sails, it is easy to call REST API functions with the help of models. Migration and Seeding also help to manage the database easily.

Another application I build for rapid survey tool using react and sails js to do covid related relief calling. Review collected by and hosted on G2.com.

Krunal P.
KP
CEO & Co-Founder
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about Sails.js?

MVC! We didn't find any other MVC framework like Sails in Node JS. Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

Of course, If you start comparison you can find many ups and downs! I think Sails is really doing great and being improved. Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

We are an IT Service based company, developing small - enterprise size projects, we found Sails very useful as it's offering MVC with Node JS. Review collected by and hosted on G2.com.

Ashish K.
AK
Associate Architect - UI
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Sails.js?

In SailsJS, when you develop an API, the process of mapping the routs with controllers is very easy and clean. And then function development in those controllers are like piece of cake. Also, authenticating the users with MS-Auth tokens using passport JS was quite clean.

Other than this, integeration of ORM with any kind of databases in quite sorted with just few simple configurations on JS file level. I had a smooth experience doing the CRUD operations with the MongoDB ORM.

Build process for both the development and production mode is made quite simple. Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

defining policies in SailsJS to protect the APIs and data is a bit complex. Review collected by and hosted on G2.com.

Recommendations to others considering Sails.js:

when in Need of developing APIs, SailsJS is one-stop shop for this. it would doble up the work as you skip a lot of setup and configuration you do if you go with ExpressJS Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

I was developing APIs for a enterprise level application Review collected by and hosted on G2.com.

Deepak P.
DP
Senior Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Sails.js?

Waterline, the ORM works as expected - no surprises there. The blueprint routes help spin up endpoints extremely quickly. Config management is straightforward and the community is helpful. Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

The transaction syntax seems a little complicated. I didn't enjoy the fact that the entire documentation was updated to an async-await format, both earlier and this new one should have been supported for a while. Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

I mostly use it to build REST APIs and it works pretty well for that. The structure created bt `generate` is opinionated but it works really well and I now like the consistency it offers. Review collected by and hosted on G2.com.

Verified User in Financial Services
UF
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Sails.js?

1. Really good documentation.

2. Liked the fact that I can use UI libraries such as react, veu with it.

3. The formation of this framework is compelling as it has built on top of Node, Express etc.

4. I like the fact that It's easy to use and supporting leading databases. Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

I didn't notice downsides yet; maybe I'll be able to figure them out once I deep dive into the framework. Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

1. It's easy to use, so implementing it in the project is easy.

2. Documentation is very well maintained, so developers don't have to go here and there to find things. Instead, he should find it on the website easily.

3. Good Support to solve the problems we will be facing at the time of development. Review collected by and hosted on G2.com.

Akhil D.
AD
Senior Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about Sails.js?

Suitable for any database. The Sales JS Bundle has robust Object Relational Mapping (ORM). So, no matter what database you use, this simple data access layer works best. REST APIs are self generated. Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

Joining multiple tables is not working in nested cases Review collected by and hosted on G2.com.

Recommendations to others considering Sails.js:

Easily setup and implementation. Suitable for any database. The Sales JS Bundle has robust Object-Relational-Mapping (ORM). So, no matter what database you use, this simple data access layer works best. REST-APIs are self-generated. Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

Hospitality management Review collected by and hosted on G2.com.

Shiwali S.
SS
Application Development Team Lead
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Sails.js?

It supports websockets in real time and also support multiple database which i like the most about it .mvc structure is there which makes sails js easy to use with angular and node js. Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

It is little slow comparative to others. Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

I have used sails js with node js and angular .It was used for smaller apps which is used to maintain organisation details as an admin mode .security feature is nice .mysql connection can be easily obtained. Review collected by and hosted on G2.com.

Vijay V.
VV
Senior Software Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Sails.js?

Rapid development because of most of the things like global variables, middleware, mvc routes etc. are already set up and we just need to use it in proper way. Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

Error handling is not handled properly yet

Need to focus on that. Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

I have made 4-5 web portals using sales js and because of sales js we did rapid development as most of the things we can already automate that Review collected by and hosted on G2.com.

Victor B.
VB
Lead Software Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Sails.js?

Flexible, highly configurable, very easy learning curve, extensible, easy to deploy, scalable,... Review collected by and hosted on G2.com.

What do you dislike about Sails.js?

They completely dropped support for version 0.x. Review collected by and hosted on G2.com.

Recommendations to others considering Sails.js:

Great framework, I have been using it for many years and never had a problem with it. It all comes up to a good use of their blueprints. Review collected by and hosted on G2.com.

What problems is Sails.js solving and how is that benefiting you?

We are building a Cloud Application SaaS. One of the biggest tourism networks in Europe. Review collected by and hosted on G2.com.