Skip to content

Commit 7aa781f

Browse files
author
Ben Lavender
committed
link to why
1 parent 8872a95 commit 7aa781f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/protocol-description.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
CRPC is a client-server protocol; Hubot is a client. Servers expose an endpoint
44
listing available methods. Each endpoint provides a regex to fire on and a
5-
relative URL path to execute it.
5+
relative URL path to execute it. CRPC is distilled from several years'
6+
experience with Chatops; see [the why](why.md) for some background.
67

78
Chatops RPC pushes a lot of complexity to clients. This is a design decision,
89
intended to keep the burden of creating new chat commands in existing systems

0 commit comments

Comments
 (0)