35 releases

0.1.3-beta Aug 14, 2024
0.1.1-beta Jul 26, 2024
0.0.8-alpha Mar 18, 2024
0.0.6-alpha Dec 20, 2023
0.0.1-alpha.7 Mar 28, 2023

#160 in Network programming

Download history 759/week @ 2024-05-27 943/week @ 2024-06-03 949/week @ 2024-06-10 837/week @ 2024-06-17 677/week @ 2024-06-24 615/week @ 2024-07-01 709/week @ 2024-07-08 1087/week @ 2024-07-15 502/week @ 2024-07-22 973/week @ 2024-07-29 774/week @ 2024-08-05 744/week @ 2024-08-12 537/week @ 2024-08-19 593/week @ 2024-08-26 553/week @ 2024-09-02 680/week @ 2024-09-09

2,394 downloads per month
Used in 16 crates (2 directly)

MIT/Apache

205KB
4.5K 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

~18–32MB
~582K SLoC