Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brnovasco/sse-hono

A Hono-based server that publishes time updates via Server-Sent Events (SSE) and serves a webpage that dynamically updates the time using HtmX.
https://github.com/brnovasco/sse-hono

honojs htmx sse sse-client sse-server

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```sh
bun install
```

### Run

```sh
bun run dev
```

Then open: http://localhost:3000