Simple echo websocket server.
cd actix-web/examples/websocket
cargo run
# Started http server: 127.0.0.1:8080pip install aiohttppython websocket-client.py
if ubuntu :
pip3 install aiohttppython3 websocket-client.py
Simple echo websocket server.
cd actix-web/examples/websocket
cargo run
# Started http server: 127.0.0.1:8080pip install aiohttppython websocket-client.pyif ubuntu :
pip3 install aiohttppython3 websocket-client.py