tx5 0.0.1-alpha.3

The main holochain tx5 webrtc networking crate
Documentation

tx5

Tx5 - The main holochain tx5 webrtc networking crate.

Project Forum Chat

License: MIT License: Apache-2.0

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.

License: MIT OR Apache-2.0