Bun is a JavaScript and TypeScript toolkit that aims to provide an all-in-one solution for building server-side apps. It includes a runtime designed as a drop-in replacement for Node.js, among other features.
- Building a quick and dirty endpoint with Bun
- How I initialize my Bun projects
- Deploying a Bun app to AWS App Runner
- Using Bun on Cloudflare Pages