Chapter 4: An Introduction to AdonisJs, a Laravel-like Node.js Framework
by Nilson Jacques
Developers looking to start building Node.js web apps often run into Express early on. While Express is undoubtedly one of the most popular HTTP application framework for Node, it’s quite minimal, leaving it down to the developer to piece together the functionality they want from third-party packages.
AdonisJs is an MVC framework for Node that aims to provide all the main functionality you need to build a modern web application. It’s heavily inspired by the Laravel PHP framework, borrowing much of the syntax and layout.
This guide aims to take a high-level overview of the features offered by Adonis, to help you decide whether it’s for you. Throughout the ...
Get Node.js: Tools & Skills, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.