tx5

Crates.iotx5
lib.rstx5
version0.0.13-alpha
sourcesrc
created_at2023-01-17 17:45:49.978828
updated_at2024-06-17 21:05:03.778384
descriptionThe main holochain tx5 webrtc networking crate
homepage
repositoryhttps://github.com/holochain/tx5
max_upload_size
id761138
size81,922
Core Dev (github:holochain:core-dev)

documentation

https://docs.rs/tx5

README

  • :warning: This code is new and should not yet be considered secure for production use!

Project Forum Chat

License: MIT License: Apache-2.0

Tx5

  • tx5 - crates.io - The main holochain tx5 webrtc networking crate integrating the other code in this monorepo.

Tx5 Support Crates

tx5

Tx5 - The main holochain tx5 webrtc networking crate.

WebRTC Backend Features

Tx5 can be backed currently by 1 of 2 backend webrtc libraries.

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.

Commit count: 177

cargo fmt