Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.04 KB

COMPARISON.md

File metadata and controls

18 lines (15 loc) · 1.04 KB

Comparison

Below there is a table comparing tinyhttp, Express and polka.

criteria tinyhttp express v4 polka
Minimum supported Node.js version 12.20.0 0.10.0 6.0.0
Minimum supported ECMAScript version ES2019 ES5 (?) ES5
req / res extensions ✔️ ✔️ ✖️
Test coverage 97% 100% 100%
Compiled to native ESM ✔️ ✖️ ✖️
TypeScript support ✔️ ✖️ ✖️
Package size (core only) 34.4kB 208 kB 25.5 kB
Built-in middlewares ✖️ ✔️ ✖️

For the detailed performance report see benchmarks