shrekuu / try-bun-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express.js & Node HTTP module & Bun Benchmark

Script

oha -n 100000 -c 200 http://127.0.0.1:3000/

Result

Express.js: 17975 requests/sec

Express.js


Node HTTP module: 56486 requests/sec

Node HTTP module


Bun: 102106 requests/sec

Bun

Misc

About


Languages

Language:JavaScript 72.6%Language:TypeScript 27.4%