A simple, Hono Powered Webserver designed with Bun. Can be used with MongoDB.
- Easy Configuration (config.ts)
- Authentication
- Gzip Support
- Database & Indexes (MongoDB)
- Zod Type Checking
- Multiple Instances (For running on multiple cores)
- Requests Logger
- Bun
- Hono
- Zod
- MongoDB (Optional)
- Docker (Optional)
To install dependencies:
bun install
To run in Development Mode: (Server is restarted when changes happen)
bun dev
To run in Production Mode:
bun start
This project was created using bun init
in bun v1.1.34. Bun is a fast all-in-one JavaScript runtime.