Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 929 Bytes

File metadata and controls

25 lines (18 loc) · 929 Bytes

Hono Bun Redis TypeScript

Hono Notification Gateway

This project is a light webserver built with Hono and uses Bun as runtime

Requirements

  • Make sure to have Bun installed on your machine

Installation

Use the package manager bun to install the project.

bun install

To run:

bun run --hot src/index.ts

Open http://localhost:3001