/bun-vs-node

Basic benchmark

Primary LanguageTypeScript

bun-vs-node

To install dependencies:

bun install

To compile:

bun run compile

To run bunjs:

bun run bun:server

To run nodejs:

bun run node:server

This project was created using bun init in bun v1.1.0. Bun is a fast all-in-one JavaScript runtime.