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
Category2
Sort:Used by Most Apps
Express
The fast, unopinionated, minimalist web framework for Node.js
node-postgres
Non-blocking PostgreSQL client for Node.js with pure JavaScript and native libpq bindings.
ioredis
A robust, full-featured Redis client for Node.js with built-in Cluster, Sentinel, and TypeScript support.
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.
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
Multer
Streamlined multipart/form-data file upload handling for Express and Node.js APIs.
psycopg2
The most popular PostgreSQL database adapter for Python, implementing the full DB API 2.0 specification.
MySQL2
Fast, pure-JavaScript MySQL client for Node.js with prepared statements, promises, and pooling.
aiohttp
Asynchronous HTTP client and server framework for Python's asyncio, covering both API calls and building web/WebSocket services.
better-sqlite3
The fastest and simplest SQLite3 library for Node.js, with a synchronous API and full transaction support.
pgx v4
A pure Go PostgreSQL driver and toolkit that goes beyond database/sql with binary-format performance and Postgres-specific features.
redis-py
The official Python client for Redis, with sync, asyncio, cluster, and Sentinel support.
pq
A pure Go PostgreSQL driver for Go's standard database/sql package.
@clickhouse/client
The official TypeScript client for connecting Node.js applications to ClickHouse over HTTP.
SQLAlchemy
The Python SQL toolkit and Object Relational Mapper that gives developers the full power and flexibility of SQL.
@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.
go-redis
The official, idiomatic Go client for Redis — connection pooling, Cluster, Sentinel, pipelines, and client-side caching built in.