AdonisJS icon
AdonisJS icon

AdonisJS

MVC web framework for Node.js with modular service providers, support for RESTful APIs, TypeScript, built-in authentication, SQL ORM, CLI tools for scaffolding, a stable ecosystem, standard conventions, integration with databases, and a focus on maintainability.

AdonisJS screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Self-Hosted
  • Node.JS
3likes
0comments

Features

No features, maybe you want to suggest one?

 Tags

AdonisJS News & Activities

Highlights All activities

Recent News

Recent activities

AdonisJS information

  • Developed by

    IN flagHarminder Virk
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    11 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  18,783 Stars
  •  664 Forks
  •  4 Open Issues
  •   Updated  
View on GitHub
AdonisJS was added to AlternativeTo by timoteo7 on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is AdonisJS?

AdonisJS is a Node.js icon Node.js MVC framework that runs on all major operating systems. It offers a stable ecosystem to write server-side web applications so you can focus on business needs over finalizing which package to choose or not.

AdonisJS favors developer joy with a consistent and expressive API to build full-stack web applications or micro API servers. Getting started

There are no hard prerequisites for using AdonisJS, but having a conventional understanding of JavaScript, Async programming and Node.js is very helpful.

Also, if you are new to JavaScript or unfamiliar with its recent progress in ES6, we recommend watching Wes Bos’s ES6 course.

Finally, make sure to read through our installation guide, especially if this is your first time using AdonisJS. Providers

AdonisJS is a modular framework that consists of multiple service providers, the building blocks of AdonisJS applications.

In theory, they are like any other npm module with some code on top to work smoothly with AdonisJS applications (for example, BodyParser to parse the HTTP request body, or Lucid which is a SQL ORM).

FAQ’s

How is AdonisJS different to Express or Koa?

Express and Koa are routing libraries with a thin layer of middleware on top. They are great for several use cases but fall apart when projects start to grow.

Since your projects have their own standards and conventions, it may become harder to hire developers to work on them. As AdonisJS follows a set of standardized conventions, it should be easier to hire someone to work on existing AdonisJS apps.

Is AdonisJS for monolithic apps?

No. The AdonisJS Framework is a combination of multiple packages that gracefully integrate with the rest of your application.

The framework provides a robust dependency injection layer leveraged by all official and 3rd party packages

AdonisJS Videos

Official Links