summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_web_dispatch/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_web_dispatch/README.md')
-rw-r--r--deps/rabbitmq_web_dispatch/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/rabbitmq_web_dispatch/README.md b/deps/rabbitmq_web_dispatch/README.md
new file mode 100644
index 0000000000..74807d8467
--- /dev/null
+++ b/deps/rabbitmq_web_dispatch/README.md
@@ -0,0 +1,14 @@
+# RabbitMQ Web Dispatch
+
+rabbitmq-web-dispatch is a thin veneer around Cowboy that provides the
+ability for multiple applications to co-exist on Cowboy
+listeners. Applications can register static document roots or dynamic
+handlers to be executed, dispatched by URL path prefix.
+
+See
+
+ * [Management plugin guide](https://www.rabbitmq.com/management.html)
+ * [Web STOMP guide](https://www.rabbitmq.com/web-stomp.html)
+ * [Web MQTT guide](https://www.rabbitmq.com/web-mqtt.html)
+
+for information on configuring plugins that expose an HTTP or WebSocket interface.