Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category1
Sort:Used by Most Apps
Express
The fast, unopinionated, minimalist web framework for Node.js
Uvicorn
A lightning-fast ASGI server for Python, built on uvloop and httptools.
cors
Node.js CORS middleware for Express and Connect that sets standards-compliant headers to control cross-origin browser access.
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.
aiohttp
Asynchronous HTTP client and server framework for Python's asyncio, covering both API calls and building web/WebSocket services.
@hono/node-server
The official Node.js adapter that runs your Hono application on a native Node HTTP server using web-standard 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.
mux
A lightweight, http.Handler-compatible Go router that matches requests by path, host, method, headers, and query, and can reverse them back into URLs.
@hono/zod-validator
Type-safe request validation middleware for Hono, powered by Zod schemas.
Gunicorn
A fast, lightweight pre-fork WSGI and ASGI HTTP server for running Python web apps in production on UNIX.
compression
Node.js middleware that transparently gzip-, deflate-, or Brotli-compresses HTTP responses for Express and raw http servers.
axum
Ergonomic and modular HTTP routing and request-handling framework for Rust, built on Tokio, Hyper, and Tower.
NestJS
A progressive Node.js framework for building efficient, scalable, and maintainable server-side applications in TypeScript.
Fastify
A fast and low-overhead web framework for Node.js, built around schema-based validation and a plugin architecture
Tower
Modular, reusable Rust components for building async network clients and servers
Gin
A high-performance HTTP web framework for Go, built on a zero-allocation radix-tree router with an Express.js-style API.
chi
A lightweight, idiomatic Go HTTP router built entirely on net/http, for composing middleware and mounting REST APIs without a framework.
Laravel
The expressive, elegant PHP framework for building modern web applications
hyper
A fast, low-level HTTP client and server library for Rust supporting HTTP/1 and HTTP/2
Starlette
A lightweight ASGI framework/toolkit for building async web services and apps in Python