DEV Community

Discussion on: Recommend me a Node.js framework.

Collapse
 
patrickodacre profile image
Patrick O'Dacre

You should check out adonisjs. You can use it for a full stack app, or install a slimmer build for an api only.

Adonis uses knex under the hood and offers both a query builder and an orm.

The docs are quite good, and it's super simple to get started.