AdonisJs is a true MVC Framework for Node.js. It encapsulate all the boring parts of Web programming and offers you a nice & clean API to work with. Checkout this amazing video leveraging the power of AdonisJs Routing Engine.
Adonis is built around practical use cases. Instead of giving you the tools, we try to give you solutions. Here is the list of handpicked features
AdonisJs ORM ( Lucid ) is an implementation of Active Record. Leave your traditional SQL queries behind and make use of shiny data models.
Inbuilt authentication layer bundled with Sessions, JWT, Basic Auth and Personal API tokens to keep your applications secure.
AdonisJs makes use of ES2015 features. You define your controllers as Classes and controller methods makes use of ES2015 generators.