1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00
2022-12-11 15:25:57 +00:00
..
2022-07-12 01:42:58 +01:00
2022-12-11 15:25:57 +00:00

Echo WebSocket (actor-less)

Simple echo websocket server using actix-ws.

Usage

Server

cd websockets/echo-actorless
cargo run
# starting HTTP server at http://localhost:8080

Browser Client

Go to http://localhost:8080 in a browser.

CLI Client

# using `websocat` (https://github.com/vi/websocat)
websocat -v --ping-interval=2 ws://127.0.0.1:8080/ws