Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 319 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 319 Bytes

Small SSE example using Bun, Hono, HtmX and TailwindCSS

A Hono-based server that publishes time updates via Server-Sent Events (SSE) and serves a webpage that dynamically updates the time using HtmX.

Install dependencies

bun install

Run

bun run dev

Then open: http://localhost:3000