basws-client-0.1.3 has been yanked.
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
ClientLogictrait - Create a
Clientpassing in yourClientLogicimplementor - Spawn the client by either
client.run().awaitorclient.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.