Web Frameworks & API Servers Packages
Server-side web frameworks and HTTP API servers for building backends and REST APIs (Express, FastAPI, Django, Laravel, Actix).
Packages in Web Frameworks & API Servers
Express
The fast, unopinionated, minimalist web framework for Node.js
cors
Node.js CORS middleware for Express and Connect that sets standards-compliant headers to control cross-origin browser access.
Uvicorn
A lightning-fast ASGI server for Python, built on uvloop and httptools.
FastAPI
A modern, high-performance Python web framework for building APIs with automatic validation, serialization, and interactive docs.
Hono
A small, ultrafast web framework built on Web Standards that runs identically everywhere.
cookie-parser
Express middleware that parses HTTP Cookie headers into req.cookies, with support for signed and JSON-encoded cookie values.
Multer
Streamlined multipart/form-data file upload handling for Express and Node.js APIs.
body-parser
Node.js body-parsing middleware that turns raw HTTP request bodies into ready-to-use req.body objects.
tRPC Server
Build end-to-end typesafe APIs in TypeScript with no schemas, no code generation, and zero runtime bloat.
@hono/node-server
The official Node.js adapter that runs your Hono application on a native Node HTTP server using web-standard APIs.
Gunicorn
A fast, lightweight pre-fork WSGI and ASGI HTTP server for running Python web apps in production on UNIX.
NestJS
A progressive Node.js framework for building efficient, scalable, and maintainable server-side applications in TypeScript.
axum
Ergonomic and modular HTTP routing and request-handling framework for Rust, built on Tokio, Hyper, and Tower.
Fastify
A fast and low-overhead web framework for Node.js, built around schema-based validation and a plugin architecture
Laravel
The expressive, elegant PHP framework for building modern web applications