aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/API_Server.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/API_Server.md b/docs/API_Server.md
index 95f8a8d9..4af1812a 100644
--- a/docs/API_Server.md
+++ b/docs/API_Server.md
@@ -16,6 +16,10 @@ This causes the host software to create a Unix Domain Socket. A client
can then open a connection on that socket and send commands to
Klipper.
+See the [Moonraker](https://github.com/Arksine/moonraker) project for
+a popular tool that can forward HTTP requests to Klipper's API Server
+Unix Domain Socket.
+
## Request format
Messages sent and received on the socket are JSON encoded strings