I'm iroh.computer from the folks at n0.computer
github.com/wade-cheng/p...
Check out the netcode at github.com/wade-cheng/s...
github.com/wade-cheng/p...
Check out the netcode at github.com/wade-cheng/s...
github.com/andrewdavidm...
github.com/andrewdavidm...
github.com/Zyell/beelay...
This is folks from www.symplasma.org working on this.
github.com/Zyell/beelay...
This is folks from www.symplasma.org working on this.
github.com/PsycheFounda...
We gotta give them extra points for really pushing iroh to its limits by pushing many terrabytes of data through iroh-blobs 👀
github.com/PsycheFounda...
We gotta give them extra points for really pushing iroh to its limits by pushing many terrabytes of data through iroh-blobs 👀
github.com/PrimeIntelle...
github.com/PrimeIntelle...
It's the missing real-time complement to Git!
github.com/ethersync/et...
It's the missing real-time complement to Git!
github.com/ethersync/et...
It also implements auth/device management using a simplified version of the algorithm in the decentralized key agreement paper!
github.com/hazelmeow/as...
It also implements auth/device management using a simplified version of the algorithm in the decentralized key agreement paper!
github.com/hazelmeow/as...
Someone hooked up iroh via FFI to elixir livebook and made visualizations for iroh connections in iroh-gossip swarms!
You can see the source here: github.com/adiibanez/ir...
#rust #elixir #viz
Someone hooked up iroh via FFI to elixir livebook and made visualizations for iroh connections in iroh-gossip swarms!
You can see the source here: github.com/adiibanez/ir...
#rust #elixir #viz
It's using content addressing and is fully incrementally verified, so it doesn't matter where you get your data from.
Sooo why not fetch it from a set of peers at once? We call this "multiprovider", and it's coming soon! #rust
It's using content addressing and is fully incrementally verified, so it doesn't matter where you get your data from.
Sooo why not fetch it from a set of peers at once? We call this "multiprovider", and it's coming soon! #rust
Perhaps we've also asked ourselves "would multipath fix this?" too often.
Anyhow. We're working on it, we're determined to ship something eventually, and hopefully land it in upstream quinn.
https://multipath-quic.org/
#rust #quic
Perhaps we've also asked ourselves "would multipath fix this?" too often.
Anyhow. We're working on it, we're determined to ship something eventually, and hopefully land it in upstream quinn.
https://multipath-quic.org/
#rust #quic
For example, real-time document editing:
For example, real-time document editing:
⚠️ Make sure to consume your tokio::task::JoinSet results using join_next!
You can see the memory use drop on a node handling ~5000 concurrent websocket connections using ~50-100kB RAM per connection.
I think it's safe to say it could handle *quite* a bunch more now :)