File SystemEcosystem & FrameworksBuild an HTTP server using Express and BunExpress 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 relyCopy MarkdownOpenBuild an HTTP server using Elysia and BunElysia is a Bun-first web framework built on Bun's HTTP, file system, and hot reloading APIs. Get started with bun create .Build an HTTP server using Hono and BunHono is a lightweight web framework designed for the edge.