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
Category
Sort:Used by Most Apps
Drizzle ORM
A lightweight, zero-dependency TypeScript ORM with full SQL-like query flexibility
cookie-parser
Express middleware that parses HTTP Cookie headers into req.cookies, with support for signed and JSON-encoded cookie values.
qs
A battle-tested querystring parser and serializer for Node.js with nested object support and built-in security limits.
proxy-agent
Maps HTTP, HTTPS, SOCKS, and PAC proxy protocols to the correct Node.js http.Agent implementation automatically.
Ruff
An extremely fast Python linter and code formatter, written in Rust, built as a drop-in replacement for Flake8, Black, isort, and dozens of plugins.
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
form-data
Build readable multipart/form-data streams in Node.js for forms and file uploads
file-type
Detect the file type of a buffer, stream, or file by reading its magic number.
AWS SDK for Go v2
The official AWS SDK for Go — type-safe, modular clients for every AWS service.
OpenTelemetry Auto-Instrumentations for Node.js
Zero-code observability for Node.js apps, bundling every OpenTelemetry contrib instrumentation into a single metapackage.
execa
A modern process-execution library for Node.js with template-string syntax and zero shell-injection risk.
buffer
The Node.js Buffer API, reimplemented for the browser on top of Uint8Array.
BullMQ
Fast, reliable Redis-based message queue and background job processing for Node.js and TypeScript.
mime-types
The ultimate JavaScript content-type utility for resolving MIME types from file extensions and paths.
Archiver
A streaming Node.js library for generating ZIP and TAR archives on the fly
Socket.IO
Bidirectional, low-latency, event-based realtime communication for Node.js and the browser.
websocket
A fast, RFC 6455-compliant WebSocket implementation for Go with full control over framing, compression, and concurrency.
@clickhouse/client
The official TypeScript client for connecting Node.js applications to ClickHouse over HTTP.
@hono/node-server
The official Node.js adapter that runs your Hono application on a native Node HTTP server using web-standard APIs.
Logrus
Structured, pluggable logging for Go with a stdlib-compatible API and level-based hooks.
body-parser
Node.js body-parsing middleware that turns raw HTTP request bodies into ready-to-use req.body objects.
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.
Go-MySQL-Driver
A pure Go implementation of the MySQL wire protocol, used as the database/sql driver for MySQL, MariaDB, and TiDB.