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
Category3
Sort:Used by Most Apps
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.
bcrypt
Battle-tested password hashing for Node.js using the adaptive bcrypt algorithm.
@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.
Certifi
Mozilla's curated root CA bundle for verifying SSL/TLS certificates in Python.
websockets
Build correct, fast WebSocket servers and clients in Python with asyncio, threading, or Sans-I/O APIs.
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.
async-mutex
Mutex and semaphore primitives for synchronizing async workflows in JavaScript and TypeScript.
once_cell
Single-assignment cells and lazy statics for Rust, without macros or unsafe code
Fastify
A fast and low-overhead web framework for Node.js, built around schema-based validation and a plugin architecture
tokio-tungstenite
Asynchronous, Tokio-native WebSocket streams built on tungstenite
async
Higher-order async utility functions for callback, async/await, and promise-based control flow in Node.js and the browser.
rustls
A modern, memory-safe TLS library for Rust with no unsafe code and no legacy crypto by default.
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.
rayon
Simple, guaranteed data-race-free work-stealing parallelism for Rust — turn sequential iterators parallel by changing one call.
p-queue
Promise queue with concurrency control, interval-based rate limiting, and priority scheduling for async tasks.
AnyIO
High-level async concurrency and networking API that runs on both asyncio and Trio
otplib
TypeScript-first TOTP and HOTP library with a pluggable crypto/base32 architecture for Node, Bun, Deno, and browsers.
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