basws-yew 0.1.0-dev-8

A yew-client for basws, a simple async WebSocket client/server framework
Documentation

basws-yew

crate version

basws-yew is a client for the basws WebSocket framework. For more information, see the basws README.

To set up your own protocol client:

  • Implement the ClientLogic trait
  • Interact with ApiAgent in a similar fashion that you would interact with other Yew agents.

TODO: Create a Yew example.