docs: bold tagline, simplify opening paragraph

This commit is contained in:
clawbot 2026-02-10 17:55:13 -08:00
parent a2c47f5618
commit f4a9ec13bd

View File

@ -1,10 +1,10 @@
# chat
IRC plus message metadata, a signing system using it, and server-based backlog
queues for multiple connected clients on one nick. All via HTTP.
**IRC plus message metadata, a signing system using it, and server-based
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
transport connections, enabling mobile-friendly persistent sessions over HTTP.
A chat server written in Go. Decouples session state from transport
connections, enabling mobile-friendly persistent sessions over HTTP.
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