docs: bold tagline, simplify opening paragraph
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user