cjrh / actix-sse-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actix-sse-demo

To investigate proposed SSE support for actix-web.

Running

To get reload support, cargo-watch works well. Install with $ cargo install cargo-watch.

$ RUST_LOG=actix_web=debug cargo watch -x run

Then visit http://localhost:8080/ in your browser.

About


Languages

Language:Rust 68.7%Language:HTML 31.3%