AdonisJS includes everything you need to create a fully functional web app or an API server. So stop wasting hours downloading and assembling hundreds of packages — Use AdonisJS and be productive from day one.
Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript.
Axios is a promise-based HTTP Client for node.js and the browser. On the server-side it uses the native node.js http module, while on the client (browser) it uses XMLHttpRequests.
Blitz picks up where Next.js leaves off, providing battle-tested libraries and conventions for shipping and scaling world wide applications.
Parse incoming request bodies in a middleware before your handlers, available under the req.body property.
Browserify lets you require('modules') in the browser by bundling up all of your dependencies.
CORS is a node.js package for providing a Connect/Express middleware that can be used to enable CORS with various options.
date-fns provides the most comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.
Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env.
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
Generate massive amounts of fake (but realistic) data for testing and development. Faker tries to generate realistic data and not obvious fake data.
A highly extensible Node.js and TypeScript framework for building APIs and microservices.
Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. By leveraging async functions, Koa allows you to ditch callbacks and greatly increase error-handling. Koa does not bundle any middleware within its core, and it provides an elegant suite of methods that make writing servers fast and enjoyable.
A highly extensible Node.js and TypeScript framework for building APIs and microservices.
Meteor is an open source platform for seamlessly building and deploying Web, Mobile, and Desktop applications in Javascript.
HTTP request logger middleware for node.js.
Multer is a node.js middleware for handling multipart/form-data, which is primarily used for uploading files. It is written on top of busboy for maximum efficiency.
A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build static and dynamic websites and web applications.
Send emails from Node.js – easy as cake!
Passport is Express-compatible authentication middleware for Node.js.
PM2 is a production process manager for Node.js applications with a built-in load balancer.
Redwood is the full-stack web framework designed to help you grow from side project to startup.
Remix is a full stack web framework that lets you focus on the user interface and work back through web standards to deliver a fast, slick, and resilient user experience. People are gonna love using your stuff.
Sails.js is a web framework that makes it easy to build custom, enterprise-grade Node.js apps. It is designed to resemble the MVC architecture from frameworks like Ruby on Rails, but with support for the more modern, data-oriented style of web app & API development. It's especially good for building realtime features like chat.
All-in-one development solution for auto-scaling apps on AWS Lambda.
Socket.IO enables real-time bidirectional event-based communication.