Skip to content

A simple, Hono Powered Webserver designed with Bun. Can be used with MongoDB.

Notifications You must be signed in to change notification settings

iamEvanYT/hono-app-boilerplate

Repository files navigation

hono-app-boilerplate

A simple, Hono Powered Webserver designed with Bun. Can be used with MongoDB.

Features

  • Easy Configuration (config.ts)
  • Authentication
  • Gzip Support
  • Database & Indexes (MongoDB)
  • Zod Type Checking
  • Multiple Instances (For running on multiple cores)
  • Requests Logger

Tech Stack

  • Bun
  • Hono
  • Zod
  • MongoDB (Optional)
  • Docker (Optional)

Running

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.

About

A simple, Hono Powered Webserver designed with Bun. Can be used with MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published