A plugin for Hindenburg to work with auproximity's custom server backend.
Also written to demonstrate writing plugins for Hindenburg, and serves as a great real-world example.
You can install the plugin in two ways:
- Running
yarn install-plugin hbplugin-auproximityin your Hindenburg directory. git clone-ing this repository into your Hindenburg plugin directory. (Make sure toyarn installandyarn build)
The interface to host the websocket server on. Set to 0.0.0.0 for any interface.
Default: 0.0.0.0
How often to ping the sockets of tracked rooms, in miliseconds.
Default: 10000 (10 seconds)
A whitelist of IP addresses or domain names to only accept websocket connections from.
Default: [] (accept any)