Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.1 KB

COMPARISON.md

File metadata and controls

21 lines (16 loc) · 1.1 KB

Comparison

This section is in progress

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

  • (?) - not sure
criteria tinyhttp express v4 polka
Minimum supported Node.js version 12.4.0 0.10.0 6.0.0
Minimum supported ECMAScript version ES2019 ES5 (?) ES5
All req / res extensions in progress yes no
Tested in progress yes yes
Compiled to native ESM yes no no
TypeScript support yes no no
Package size (core only) 49.9 kB 208 kB 25.5 kB
Built-in middlewares no yes no
Req / s (relative, express = 1) 2.3x 1x 2.9x

For the more detailed performance report see benchmarks