Skip to content

JointOps

We build open source developer infrastructure — fast, minimal, and production-ready.

JointOps is an open source organization building tools that Node.js and Bun developers actually want to use. We obsess over performance, zero-dependency design, and developer experience.


Open Source Projects

hitlimit — Rate Limiting for Node.js & Bun

The fastest rate limiter for Node.js & Bun. A modern alternative to express-rate-limit.

  • 7M+ ops/sec on Bun, 5.96M+ ops/sec on Node.js
  • 8 built-in storage backends (Memory, Redis, SQLite, Postgres, MongoDB, MySQL, Valkey, DragonflyDB)
  • Supports Express, Fastify, Hono, NestJS, Bun.serve, Elysia — one API across all frameworks
  • Built-in tiered limits for SaaS (Free / Pro / Enterprise in one config)
  • ~8KB core, zero dependencies
npm i @joint-ops/hitlimit       # Node.js
bun add @joint-ops/hitlimit-bun  # Bun

Docs npm Discussions


🚀 bunway — Express-style Router for Bun

Drop-in Express API compatibility for Bun. Same req, res, next — native Bun performance.

  • Full Express.js API surface (routing, middleware, req/res/next)
  • Built for Bun from the ground up
  • Migrate Express apps to Bun without rewriting your routes
bun add bunway

Docs npm Discussions

--- kaput — Graceful Shutdown for Node.js

Zero-config graceful shutdown handling. Stop losing in-flight requests on deploy.

  • Handles SIGTERM, SIGINT, and uncaught exceptions
  • Works with Express, Fastify, and raw Node.js HTTP servers
  • Zero configuration required
npm i @joint-ops/kaput

Docs npm


Our Philosophy

  • Performance is a feature. We benchmark everything and publish the numbers openly.
  • Zero dependencies by default. Your bundle shouldn't pay for our convenience.
  • Framework-agnostic. Tools that work across your whole stack, not just one framework.
  • Production-first. We build things we'd run in prod ourselves.

Contributing

All our projects are open source under the MIT license. We welcome contributions of all kinds — bug reports, feature requests, documentation improvements, and pull requests.

Every repo has a CONTRIBUTING.md with setup instructions. The easiest way to start:

  1. Browse open issues across all our repos
  2. Join the conversation — hitlimit discussions · bunway discussions
  3. Pick something and send a PR — we review fast

Connect

npm Website Email Discussions

© 2025–2026 JointOps · MIT License · Building things that actually work.

Pinned Loading

  1. hitlimit-monorepo hitlimit-monorepo Public

    High-performance, framework-agnostic rate limiting for Node.js and Bun.

    TypeScript 21

  2. bunway bunway Public

    bunWay is a web framework that runs on Bun and implements the Express.js API surface for the vast majority of real-world patterns — the same req, res, next signature, the same method names, and fam…

    TypeScript 11

  3. kaput kaput Public

    Zero-config graceful shutdown for Node.js

    TypeScript 5

Repositories

Showing 5 of 5 repositories

Top languages

Loading…

Most used topics

Loading…