0.1.4 |
|
---|---|
0.1.3 |
|
0.1.1 |
|
0.1.0-dev-8 |
|
0.1.0-dev-6 |
|
#427 in #websocket
Used in basws
27KB
580 lines
basws-client
basws-client is a simple WebSocket framework. For more information, see the basws README.
To set up your own protocol client:
- Implement the
ClientLogic
trait - Create a
Client
passing in yourClientLogic
implementor - Spawn the client by either
client.run().await
orclient.spawn()
- You can clone the client and pass it around in your application as needed
For a full example, check out the chat-client example.
Dependencies
~9–20MB
~312K SLoC