This tool watches the given server filesystem path (recursively) and communicates filesystem events (file modified, accessed, metadata changed) via a websocket API to all clients which previously connected to the server.
RUST_LOG=info cargo run .
cargo run --example client ws://127.0.0.1:9002
firefox examples/client-js/index.html
- fix: events are not distributed to all clients
- fix: spin loop in receiver