aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/guide/toc.md b/guide/toc.md
new file mode 100644
index 0000000..87719df
--- /dev/null
+++ b/guide/toc.md
@@ -0,0 +1,28 @@
+Ranch User Guide
+================
+
+ * [Introduction](introduction.md)
+ * Purpose
+ * Prerequisites
+ * [Listeners](listeners.md)
+ * Purpose
+ * Starting and stopping
+ * Listening on a random port
+ * Listening on a port =< 1024
+ * Limiting the number of concurrent connections
+ * Upgrading
+ * [Transports](transports.md)
+ * Purpose
+ * TCP transport
+ * SSL transport
+ * Sending and receiving data
+ * Writing a transport handler
+ * [Protocols](protocols.md)
+ * Purpose
+ * Writing a protocol handler
+ * [Embedded mode](embedded.md)
+ * Purpose
+ * Embedding
+ * [Internals](internals.md)
+ * Architecture
+ * Efficiency considerations