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