bun-vs-node

Install Bun:

curl -fsSL https://bun.sh/install | bash

Install deps:

bun install

Run with bun any of *.mjs files. Install wrk and then check work:

wrk -H 'Connection: keep-alive' --latency -d 5 -c 256 --timeout 8 -t 4 http://localhost:3000/plaintext