Hacker News new | ask | show | jobs
by velodrome 3004 days ago
How is this compared to FeathersJS?
2 comments

It's similar and different at the same time. Both handle HTTP and Websockets at the same time, have different kind of adapters-hooks-pluggins to serve different needs. Both are opinionated, but Sails is more express-like (you can create "hooks" that are basically express middleware on steroids.
I really like FeathersJS. Real-time built in, service oriented architecture, and awesome community.

SailsJS was nice when I used it, but seemed clunky. I left it when all the drama went down with core, and haven't looked back.