We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8872a95 commit 7aa781fCopy full SHA for 7aa781f
1 file changed
docs/protocol-description.md
@@ -2,7 +2,8 @@
2
3
CRPC is a client-server protocol; Hubot is a client. Servers expose an endpoint
4
listing available methods. Each endpoint provides a regex to fire on and a
5
-relative URL path to execute it.
+relative URL path to execute it. CRPC is distilled from several years'
6
+experience with Chatops; see [the why](why.md) for some background.
7
8
Chatops RPC pushes a lot of complexity to clients. This is a design decision,
9
intended to keep the burden of creating new chat commands in existing systems
0 commit comments