snapview / tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
MIT License
1.88k stars 236 forks source link

Add simple client example for send and receive messages #307

Closed formbook closed 1 year ago

formbook commented 1 year ago

This PR addresses the community's feedback requesting a simpler client example. The new example reduces the noise and overhead of channels, making it more accessible and easier to understand for a broader audience.