Skip to content

barend-erasmus/wsmq

Repository files navigation

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

About

Web Socket Message Queue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published