WORKFLOW-WEBSOCKET

Part of the WORKFLOW-RS application framework.


github crates.io docs.rs license

Platform-neutral WebSocket Client and Native Server

Features

This crate allows you to develop a WebSocket client that will work uniformly in in hte native environment and in-browser.

Workflow-WebSocket crate is currently (as of Q3 2022) one of the few available async Rust client-side in-browser WebSocket implementations.

This web socket crate offers an async message send API as well as provides access to Receive and Send async_std channels that can be used to send and receive WebSocket messages asynchronously.