kartikk221/hyper-express
High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood. observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 94
- Release rhythm 95
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 11
- age_days: 1974
- days_rel: 37
- days_push: 37
- n_releases_24m: 6
Adoption not part of the score
2029 stars · 109 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
HyperExpress is a high-performance Node.js HTTP and WebSocket server library built on top of uWebSockets.js, exposing a simple Express-like API. It offers routing, middleware, sessions, SSE, and multipart file uploads with significantly higher throughput than Express.
Use cases
- build a fast http server in node.js
- serve websockets with high throughput
- replace express for better performance
- handle multipart file uploads in node
- implement server-sent events endpoint
- host multiple domains over ssl in one server
When to choose
- you need maximum HTTP/WebSocket throughput on existing hardware
- you want an Express-like API with better performance
- you need SSE, multipart uploads, or modular routers in Node.js
When to avoid
- you rely on the full Express middleware ecosystem
- you deploy on Alpine Linux (musl is unsupported and can crash)
- you need ESM-only or async/await-first framework conventions
Facets
library · maturity active
http-server web-framework websocket routing middleware file-upload web-development backend apis performance windows uwebsockets express-compatible server-sent-events high-throughput https nodejs linux macos docker
2 sources
- readme: https://github.com/kartikk221/hyper-express · fetched 2026-08-28 · 765c6f57bc5d
- registry_npm: https://registry.npmjs.org/hyper-express · fetched 2026-08-29 · 32493ee3cca4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kartikk221/hyper-express | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="kartikk221/hyper-express")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem