Crates.io | flnet-wasm |
lib.rs | flnet-wasm |
version | 0.6.0 |
source | src |
created_at | 2022-04-14 17:19:20.052073 |
updated_at | 2022-07-05 18:36:58.228038 |
description | Network implementation for wasm |
homepage | https://fledg.re |
repository | https://github.com/ineiti/fledger |
max_upload_size | |
id | 567651 |
size | 36,154 |
This crate implements the WebSocket
and WebRTC
trait for the wasm
platform.
This implementation can be used for the browser or for node.
It uses the Broker
from flarch
to encapsule the callbacks needed for the websocket-client
and the webrtc module.