wsmq

Web Socket Message Queue

Usage no npm install needed!

<script type="module">
  import wsmq from 'https://cdn.skypack.dev/wsmq';
</script>

README

WSMQ

Travis CI

Web Socket Message Queue (WSMQ) allows you to send and recieve messages to and from your clients on your website.

Getting Started

Installing

npm install -g wsmq

Usage

wsmq start --nodes ws://127.0.0.1:8081;ws://127.0.0.1:8082 --port 8080

Usage: start [options]

  Options:

    -n --nodes <nodes>  Nodes
    -p --port <port>    Port
    -h, --help          output usage information

Uninstalling

npm uninstall -g wsmq

Examples

Servers

Clients