Hacker News new | ask | show | jobs
by zingui 4059 days ago
Sails.js (is based on ExpressJS) is a great for creating APIs, saves a lot of time if you're doing a MVP or testing something, and you can use a package to integrate PassaportJS which will give you the ability to use OAUTH2 well integrated to the framework.

I always use Sails when I doing an MVP or a simple API.