28 releases

new 0.0.11-alpha May 17, 2024
0.0.9-alpha Apr 5, 2024
0.0.8-alpha Mar 18, 2024
0.0.6-alpha Dec 20, 2023
0.0.1-alpha.7 Mar 28, 2023

#252 in Network programming

Download history 444/week @ 2024-01-29 754/week @ 2024-02-05 153/week @ 2024-02-12 450/week @ 2024-02-19 401/week @ 2024-02-26 634/week @ 2024-03-04 418/week @ 2024-03-11 939/week @ 2024-03-18 285/week @ 2024-03-25 552/week @ 2024-04-01 684/week @ 2024-04-08 642/week @ 2024-04-15 787/week @ 2024-04-22 739/week @ 2024-04-29 575/week @ 2024-05-06 769/week @ 2024-05-13

2,890 downloads per month
Used in 20 crates (2 directly)

MIT/Apache

180KB
4K SLoC

  • ⚠️ 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.

Dependencies

~19–32MB
~584K SLoC