Simple echo websocket server.
cd websockets/echo
cargo run --bin websocket-server
# Started http server: 127.0.0.1:8080cd websockets/echo
cargo run --bin websocket-clientpip install aiohttppython websocket-client.py
if ubuntu :
pip3 install aiohttppython3 websocket-client.py
