# kartikk221/hyper-express

High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.

Repository: https://github.com/kartikk221/hyper-express
Canonical: https://ross.abutalabs.com/products/hyper-express
Language: JavaScript
License: MIT
License Family: permissive
Topics: nodejs, http, https, uws, express, sessions, uwebsockets, uwebsocketsjs, https-server, high-performance, router, modular, websocket, performance, server, http-server
Last push: 2026-07-27T17:57:14+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 95, longevity 100
- inputs: {"age_days": 1974, "days_push": 37, "days_rel": 37, "gap_med": 11, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2029, forks 109 (observed 2026-08-28T04:06:07.085778+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: http-server, web-framework, websocket, routing, middleware, file-upload
- domain: web-development, backend, apis, performance
- platform: windows
- tags: uwebsockets, express-compatible, server-sent-events, high-throughput, https, nodejs, linux, macos, docker

## Member repositories
- kartikk221/hyper-express (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:07.085778+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:59:37.887305+00:00, confidence not recorded.
  - readme: https://github.com/kartikk221/hyper-express (fetched 2026-08-28T04:06:07.085778+00:00, sha 765c6f57bc5d)
  - registry_npm: https://registry.npmjs.org/hyper-express (fetched 2026-08-29T10:39:43.212204+00:00, sha 32493ee3cca4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
