Add WebSocket support for real-time traceroute visualizations.
This commit is contained in:
parent
8fd496c59d
commit
328fb3e842
5 changed files with 543 additions and 23 deletions
5
docker/ws.sh
Executable file
5
docker/ws.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Starting websocket publisher"
|
||||
exec node src/ws.js ${WS_OPTS}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue