A simple node.js WebSocket server that reads a JSON file and sends its contents to Maverick.
node server.js <filename>
<filename>
: Path to the JSON file containing an array of data.
node server.js data/example.json
[server]
addr = "ws://localhost:8080"
On macOS/Linux:
./maverick
On Windows:
maverick.exe