iced/examples/websocket
Héctor Ramón Jiménez dc50a2830a
Draft websocket example 🎉
2022-01-16 15:50:19 +07:00
..
src Draft websocket example 🎉 2022-01-16 15:50:19 +07:00
Cargo.toml Draft websocket example 🎉 2022-01-16 15:50:19 +07:00
README.md Draft websocket example 🎉 2022-01-16 15:50:19 +07:00

Websocket

A simple example that keeps a WebSocket connection open to an echo server.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package websocket