lukeed/polka
A micro web server so fast, it'll make you dance! :dancers: observed · 2026-08-28
Health v2 · maintenance only
41/100
- Activity 15
- Release rhythm 40
- Longevity 100
Flags: prerelease_only
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: 0.0
- age_days: 3176
- days_rel: 713
- days_push: 511
- n_releases_24m: 3
Adoption not part of the score
5590 stars · 175 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Polka is an extremely minimal, high-performance Node.js web server library that serves as a faster, lighter alternative to Express.js. It provides routing, middleware support, and sub-applications on top of a native HTTP server in roughly 90 lines of code.
Use cases
- build a lightweight REST API in Node.js
- replace Express.js with a faster micro web server
- serve HTTP endpoints with minimal overhead
- create a small web server with routing and middleware
- build a microservice with a tiny HTTP framework
- use existing Express middleware in a lighter server
When to choose
- you want Express-like API and middleware compatibility with better performance and a tiny footprint
- you're building simple APIs or microservices where bundle size and speed matter
- you need a minimal HTTP server with routing without heavy dependencies
When to avoid
- you need Express's full ecosystem, built-in features like template engines or static file serving out of the box
- you require advanced framework features like built-in validation, WebSockets, or extensive plugin systems
- your team relies heavily on Express-specific internals or large middleware chains
Facets
library · maturity stable
http-server web-framework routing middleware web-development backend apis cross-platform micro-framework express-alternative minimal http-server performant nodejs
2 sources
- readme: https://github.com/lukeed/polka · fetched 2026-08-28 · ce3c165f3312
- registry_npm: https://registry.npmjs.org/polka · fetched 2026-08-29 · 4a633b0ae520
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lukeed/polka | main | 41 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem