summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_web_dispatch/README.md
blob: 74807d8467a90e42d902bb941dd39c23f024acdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.