File SystemEcosystem & Frameworks
Build an HTTP server using Hono and Bun
Hono is a lightweight web framework designed for the edge.
Build an HTTP server using Express and Bun
Express and other major Node.js HTTP libraries should work in Bun without changes. Bun implements the node:http and node:https modules that these libraries rely
Read and write data to MongoDB using Mongoose and Bun
MongoDB and Mongoose work with Bun with no extra configuration. This guide assumes you've already installed MongoDB and are running it as a background process