basws-yew

Crates.iobasws-yew
lib.rsbasws-yew
version0.1.4
sourcesrc
created_at2020-09-29 20:22:09.33034
updated_at2021-02-08 18:32:57.46868
descriptionA yew-client for basws, a simple async WebSocket client/server framework
homepage
repositoryhttps://github.com/khonsulabs/basws
max_upload_size
id294302
size19,489
Jonathan Johnson (ecton)

documentation

README

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.

Commit count: 59

cargo fmt