basws-client is a simple WebSocket framework. For more information, see the basws README.
To set up your own protocol client:
ClientLogic
traitClient
passing in your ClientLogic
implementorclient.run().await
or client.spawn()
For a full example, check out the chat-client example.