Like Node.js, Bun is a JavaScript runtime that allows you to execute JavaScript code on the server side.

Screenshot 2024-08-24 at 5.30.55 PM.png

Installing bun

Linux

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

Mac

powershell -c "irm bun.sh/install.ps1 | iex"