flnet-libc 0.6.0

Network implementation for libc
Documentation
1
2
3
4
5
6
7
8
9
# WebSocket and WebRTC implementation for libc

With the publishing of the [webrtc](https://crates.io/crates/webrtc) library,
it became possible to create a fledger-node for libc-based systems.
Beforehand the fledger-node CLI was run using `node`, which was quite heavy.

This crate implements both the WebSocket and the WebRTC for libc-systems.
It uses the `Broker` system from [flmodules](../../shared/flmodules/) to hide
the callbacks of the libraries.