What is AdonisJs?
AdonisJs is a Node.js web framework inspired by Laravel. It has the Model View Controller (MVC) structure, well-written documentation, and support from maintainers.
Salient features
The following are some of the salient features of AdonisJs:
Folder structure
AdonisJs has a convenient folder structure that enables its users to stay organized.
Validator
AdonisJs comes with a dedicated validation provider that makes validating user input easy.
Lucid ORM
AdonisJs has first-class support for databases like MariaDB and MySQL.
Security
AdonisJs comes with tools to protect websites against common web attacks like cross-site forgery protection.
Testing
AdonisJS takes how cumbersome manual testing can be into account and enables developers to write functional unit tests to test their web applications.
For more information, go to the official documentation.
Free Resources