Crates.io | tx5 |
lib.rs | tx5 |
version | 0.1.4-beta |
source | src |
created_at | 2023-01-17 17:45:49.978828 |
updated_at | 2024-10-22 19:55:34.752159 |
description | The main holochain tx5 webrtc networking crate |
homepage | |
repository | https://github.com/holochain/tx5 |
max_upload_size | |
id | 761138 |
size | 172,235 |
Tx5 - The main holochain tx5 webrtc networking crate.
Tx5 can be backed currently by 1 of 2 backend webrtc libraries.
*
DEFAULT*
backend-go-pion
- The pion webrtc library
writen in go (golang).
backend-webrtc-rs
- The rust webrtc library.
The go pion library is currently the default as it is more mature and well tested, but comes with some overhead of calling into a different memory/runtime. When the rust library is stable enough for holochain's needs, we will switch the default. To switch now, or if you want to make sure the backend doesn't change out from under you, set no-default-features and explicitly enable the backend of your choice.