Minimal web server for Bun.js.
mini-deluxe extends Bun.serve()
and creates a simple wrapper with useful features such as handlers, handler modes, websocket support, and more.
The library will always strive to be small
- Custom Handlers
- Host from a directory (similar to how http.server from Python does it)
- Very easy to understand configuration
- Ease of use handler builders
- Handlers recieve input from PHP-like arguments
WebSockets(Not currently supported...yet)
To install dependencies:
bun install
To run:
bun run index.ts
- @tux7k [email protected]
- @datkat21 [email protected]