Add embedded web chat client (closes #7) #8

Merged
clawbot merged 22 commits from feature/web-client into main 2026-02-11 03:02:42 +01:00
Showing only changes of commit f4a9ec13bd - Show all commits

View File

@@ -1,10 +1,10 @@
# chat # chat
IRC plus message metadata, a signing system using it, and server-based backlog **IRC plus message metadata, a signing system using it, and server-based
queues for multiple connected clients on one nick. All via HTTP. backlog queues for multiple connected clients on one nick. All via HTTP.**
A modern IRC-inspired chat server written in Go. Decouples session state from A chat server written in Go. Decouples session state from transport
transport connections, enabling mobile-friendly persistent sessions over HTTP. connections, enabling mobile-friendly persistent sessions over HTTP.
The **HTTP API is the primary interface**. It's designed to be simple enough The **HTTP API is the primary interface**. It's designed to be simple enough
that writing a terminal IRC-style client against it is straightforward — just that writing a terminal IRC-style client against it is straightforward — just