Add WebSocket support for real-time traceroute visualizations.

This commit is contained in:
Anton Roslund 2026-01-02 22:20:24 +01:00
parent 8fd496c59d
commit 328fb3e842
5 changed files with 543 additions and 23 deletions

5
docker/ws.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
echo "Starting websocket publisher"
exec node src/ws.js ${WS_OPTS}