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
Tags2
Sort:Used by Most Apps
async
Higher-order async utility functions for callback, async/await, and promise-based control flow in Node.js and the browser.
Echo
A minimalist, high-performance Go web framework with a radix-tree router, built-in middleware chain, and first-class HTTP/2 support.
Lego
A Go ACME client and library for Let's Encrypt, with built-in support for 200+ DNS providers, usable as a CLI or embedded directly in your own code.
certmagic
Automatic HTTPS for Go programs — the production-grade ACME client library that powers Caddy, obtaining and renewing TLS certificates with zero manual cert management.
cert-manager
Automates issuing, renewing, and managing TLS certificates for Kubernetes clusters.
pump
Pipe Node.js streams together and destroy all of them if one closes
wonka
A tiny but capable push and pull stream library for TypeScript
Certbot
EFF's command-line tool to obtain and auto-renew free Let's Encrypt TLS certificates
node-acme-client
A simple, unopinionated Node.js client for the ACME protocol, automating certificate issuance from Let's Encrypt and other CAs.
awesome-debounce-promise
Debounce async function calls and API requests in JavaScript/TypeScript, resolving only the last promise to avoid race conditions.
later
Composable library for defining recurring schedules and calculating their next or previous occurrences.
waker-fn
Convert any Rust closure into a std::task::Waker without hand-rolling the Wake trait.
observable-callback
A tiny RxJS wrapper that turns any callback into an observable stream and its trigger function.