Description
AdonisJs is a MVC framework for Node.js built around practical use cases to give you a perfect solution that meets all of your needs. We focus on writing elegant code and being one of the most stable frameworks in the Node Community. ๐ฒ
It is the first Node.js framework with support for Dependency Injection and to have a lean IoC Container to help you resolve and mock dependencies. It borrows the concept of Service Providers from the popular PHP framework Laravel that lets you easily write scalable applications.
You can learn more about AdonisJs and all of its awesomeness on http://adonisjs.com ๐
AdonisJs Application alternatives and similar modules
Based on the "Web Frameworks" category.
Alternatively, view AdonisJs Application alternatives based on common mentions on social networks and blogs.
-
Express
Fast, unopinionated, minimalist web framework for node. -
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) ๐ -
Nuxt.js
Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt] -
Koa
Expressive middleware for node.js using ES2017 async functions -
egg
๐ฅ Born to build better enterprise frameworks and apps with Node.js & Koa -
verdaccio
๐ฆ๐ A lightweight Node.js private proxy registry -
AdonisJs Framework
๐ The Node.js Framework highly focused on developer ergonomics, stability and confidence -
TypeGraphQL
Create GraphQL schema and resolvers with TypeScript, using classes and decorators! -
MERN
โ๏ธ DEPRECATED - Boilerplate for getting started with MERN stack -
Quick Start
๐ A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. ๐ -
ThinkJS
Use full ES2015+ features to develop Node.js applications, Support TypeScript. -
Moleculer
:rocket: Progressive microservices framework for Node.js -
LoopBack
LoopBack makes it easy to build modern API applications that require complex integrations. -
Derby
MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers -
ActionHero
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks -
Lad
Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs. -
tinyhttp
๐ฆ 0-legacy, tiny & fast web framework as a replacement of Express -
Marble.js
Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. -
sqs-consumer
Build Amazon Simple Queue Service (SQS) based applications without the boilerplate -
FoalTS
Full-featured Node.js framework, with no complexity. ๐ Simple and easy to use, TypeScript-based and well-documented. -
Trails
:evergreen_tree: Modern Web Application Framework for Node.js. -
NestJS REST API boilerplate
NestJS boilerplate. Auth, TypeORM, Postgres, Mailing, I18N, Docker. -
lychee.js
:seedling: Next-Gen AI-Assisted Isomorphic Application Engine for Embedded, Console, Mobile, Server and Desktop -
modern-errors
Handle errors in a simple, stable, consistent way -
Hemera
๐ฌ Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/ -
Catberry
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering. -
Interfake
:computer: Fake APIs for prototypes & automated tests. -
dawson-cli
A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda) -
sqs-producer
Simple scaffolding for applications that produce SQS messages -
Perk
A well documented set of tools for building node web applications. -
Zeronode
Zeronode - minimal building block for NodeJS microservices -
Restberry
Framework for setting up RESTful JSON APIs with NodeJS. -
QueryQL
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string! -
express-version-route
A Node.js express middleware that implements API versioning for route controllers -
FortJs
Component based MVC web framework for nodejs targeting good code structures & modularity. -
khalis
Grab Blogger & Google Photos, mp4upload.com,cloudvideo.tv, etc streaming link -
Coher3nTS Project
Cross-platform project template using Electron and Angular with the Phaser game engine. Project has Flexbox integrated for easy and responsive organization of components around the Phaser canvas.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of AdonisJs Application or a related project?
README
AdonisJs Application
This repo is the pre-configured project structure to be used for creating ambitious web servers using AdonisJs.
Make sure to star the official framework repo or tweet on twitter :wave:
Story
One day a :boy: wanted to write a web application to slowly turn it into a business and make some :moneybag: for better living. Being a Javascript lover, he decided to go with Node.js.
Hosting Node.js applications are cheap and offers lots of mordern programming concepts to build realtime data rich applications.
He was so excited and full of energy to build this application and share it with the world. But soon his dreams started struggling with the amount of decisions he has to make, just to build an MVP of his idea. These decisions were not even related to the business and was about.
- How should I structure my application?
- Why do I need to download 20 modules just to start an HTTP server, parse request body and upload files.
- How should I manage the authentication on website, and expose public API for others to interact with the data?
- What do I need to do to secure my application from web attacks and how to handle CORS?
- Why do I have ton of
require
statements everywhere? - How the heck should I test my code? I am having hard time mocking dependencies.
- WHY THE :fish: there are no standards to write some code. Hell I am not going to write this application and going for a walk.
Not Anymore
This is so frustrating. Node.js is a beautiful language but all of the above questions have never been answered together. We all love writing small concise modules but business are not created by downloading 20 modules.
Developers needs productive tools, so that they can focus on what matters, and not on downloading & finding the best ways to combine these small modules.
AdonisJs
AdonisJs is a beautiful framework with pre-configured answers to all of your questions. We not only created this framework, but validated the features of framework with realtime problems and still improving every bit, so that you have to write less and structured code.
This time a :boy: will write his ambitious application and will set the world on :fire:. Don't hesitate to work on your ideas and we promise to improve the framework every :sunny: and :first_quarter_moon_with_face: and YESSSS do not forget to star us on :octocat: