9 releases

new 0.1.4-beta Oct 22, 2024
0.1.3-beta Aug 14, 2024
0.1.1-beta Jul 26, 2024
0.0.13-alpha Jun 17, 2024
0.0.11-alpha May 17, 2024

#1872 in Network programming

Download history 460/week @ 2024-07-02 379/week @ 2024-07-09 541/week @ 2024-07-16 413/week @ 2024-07-23 521/week @ 2024-07-30 244/week @ 2024-08-06 700/week @ 2024-08-13 392/week @ 2024-08-20 517/week @ 2024-08-27 421/week @ 2024-09-03 471/week @ 2024-09-10 631/week @ 2024-09-17 689/week @ 2024-09-24 339/week @ 2024-10-01 336/week @ 2024-10-08 286/week @ 2024-10-15

1,789 downloads per month
Used in 2 crates (via tx5)

MIT/Apache

155KB
3.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-connection

Holochain webrtc connection. Starts by sending messages over the sbd signal server, if we can upgrade to a proper webrtc p2p connection, we do so.

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–35MB
~567K SLoC