Server-Sent Events (SSE) is a technology that allows a server to continuously push events to a client over an HTTP connection.
Server
TODO: Server-Sent Events in Ktor Server
HTMX
TODO: htmx Server Sent Event (SSE) Extension. The Server Sent Events extension connects to an EventSource directly from HTML. It manages the connections to your web server, listens for server events, and then swaps their contents into your htmx webpage in real-time.
TODO: HTMX + SSE: Easy updates of HTML state with no JavaScript
Client
TODO: Client Plugin Server-Sent Events in Ktor Client
Task
Recreate the ideas from Live website updates with Go, SSE, and htmx using Ktor + Kotlin instead of Go.