OlofBlomqvist / odd-box

dead simple reverse proxy and webserver
https://odd-box.cruma.io/
MIT License
9 stars 1 forks source link

Feature Request : WebSocket for server events #35

Closed OlofBlomqvist closed 3 days ago

OlofBlomqvist commented 3 weeks ago

Currently, the web-ui only fetches site status from the status endpoint when we start/stop sites via the ui. It would be nice to hook up a websocket to the ui so that we can get real-time status not only for log messages but site status changes,statistics and so on

OlofBlomqvist commented 3 days ago

This has been added in PR #37 - currently supporting site change notifications and tcp open / close. More to come in later iterations