Mercury WebSocket Message Broker

Mercury is a simple message broker that allows for some common messaging patterns using WebSockets. This allows communication between web browsers and other WebSocket-capable programs.

Features

Demo

Try out the live demo of Mercury

Installing

Install the latest version of Mercury from CPAN:

curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Mercury

Getting Started

To use the example application locally, run:

mercury broker

See the mercury documentation for more information.

Help