Add embedded web chat client (closes #7) #8
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user