Chrome: async websocket crate?

Is there a crate that:

  1. builds on wasm32/runs on Chrome

  2. binds the existing browser websocket UI

  3. provides an ASYNC websocket interface

?

Thanks!

gloo-net has async websocket support.

2 Likes