When comparing Restify vs Adonisjs, the Slant community recommends Adonisjs for most people. In the question“What are the best node.js web frameworks?” Adonisjs is ranked 2nd while Restify is ranked 9th. The most important reason people chose Adonisjs is:
If you are already programming in PHP with Laravel, you will have no trouble starting development with Node using Adonis.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Automatic DTrace support
DTrace helps you with troubleshooting and building robust RESTful applications.
Pro Specialized for Restful APIs
As the name suggests, Restify is devoted solely to creating an elegant REST API. The API is the core of your site or service, so it makes sense to use a framework that excels at that.
Pro Based on Laravel PHP Framework
If you are already programming in PHP with Laravel, you will have no trouble starting development with Node using Adonis.
Pro Similar to Rails
Pro Built-in modules for everything
There are built-in modules for everything: Auth, Social Auth, mailing ect
Pro Has websocket support out of the box
Pro Very good documentation
Pro Easy to learn, especially if you're already familiar with Laravel
Pro Option for full-stack or api standalone implementation
You can choose to use the full-stack version or if you wish to build a RESTful API you can choose to use the api standalone version.
Cons
Con Performance is not very optimum
As most of the benchmarks have already revealed, for large inflows of traffic, apps powered by Restify perform below par and are easily beaten by Express.js in terms of load time (in heavy traffic).
Con No NOSQL integration
Only used ORM, not ODM.
