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.
A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
All-in-one development solution for auto-scaling apps on AWS Lambda.
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.
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.
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.
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.
Meteor is an open source platform for seamlessly building and deploying Web, Mobile, and Desktop applications in Javascript.
A highly extensible Node.js and TypeScript framework for building APIs and microservices.
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.
Redwood is the full-stack web framework designed to help you grow from side project to startup.
Blitz picks up where Next.js leaves off, providing battle-tested libraries and conventions for shipping and scaling world wide applications.
date-fns provides the most comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.
Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript.
Browserify lets you require('modules') in the browser by bundling up all of your dependencies.
PM2 is a production process manager for Node.js applications with a built-in load balancer.
Parse incoming request bodies in a middleware before your handlers, available under the req.body property.
CORS is a node.js package for providing a Connect/Express middleware that can be used to enable CORS with various options.
Passport is Express-compatible authentication 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.
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.
HTTP request logger middleware for node.js.
Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env.
Generate massive amounts of fake (but realistic) data for testing and development. Faker tries to generate realistic data and not obvious fake data.
Send emails from Node.js – easy as cake!
Socket.IO enables real-time bidirectional event-based communication.