Expand description
Various network abstractions over web and desktop.
Modules§
- http_
request - Async http requests.
- quad_
socket - Client and server abstraction to make a socket-like connection on both desktop and web.
- web_
socket - Websocket client. Works through native websockets on web and through ws-rs on the desktop.