Friday 23 December 2016

Best framework for a new purely RESTful API application?

I've started working on a new application where the backend will be nothing but a REST API. I'm fairly new to Node, so I started with Express. I'm still in the very early stages, so I'm looking for suggestions on the right framework to use.I've looked at Express, Koa, HAPI, and Restify. I like Restify but it doesn't seem like the most popular option out there.I'd love to use Swagger / OpenAPI in some form to document my API. I've seen a number of modules for Express that have also been modified by others to work with Restify.Any suggestions? Thanks!

Submitted December 23, 2016 at 05:26PM by kylemhall

No comments:

Post a Comment