blog: iroh language support#468
Merged
Merged
Conversation
Announces first-party Swift, Kotlin, Python, and JavaScript bindings. Content sourced from the 'iroh language support' Notion draft. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
rklaehn
reviewed
Jun 15, 2026
Match the discord + socials CTA used on the other blog posts. Addresses review comment from @dignifiedquire on #468. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Point the 'Iroh Services' link at the product (services.iroh.computer) instead of the iroh-0-93 release post. Addresses review comment from @dignifiedquire on #468. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rklaehn
reviewed
Jun 18, 2026
|
|
||
| ## Sending streaming data | ||
|
|
||
| Once [two endpoints are connected](https://docs.iroh.computer/connect-two-endpoints), you talk over plain QUIC streams. Open a bi-directional stream with `openBi()` on the dialing side and accept it with `acceptBi()` on the other, then write bytes into one end and read them out the other. Streams are ordered, backpressured, and end-to-end encrypted, and a single connection can carry as many of them as you need. There's no broker or polling loop in the middle. |
Contributor
There was a problem hiding this comment.
There's no broker or polling loop in the middle.
Not sure this is needed. I didn't expect there to be something in the middle. But maybe I am wrong. This is to distinguish from queue services?
|
|
||
| You don’t have to wait, though: the stream API is already everything you need to build production-grade powerful, low-latency apps today. | ||
|
|
||
| If you need help getting started or just want to chat, please join us on [Discord](https://discord.com/invite/DpmJgtU7cW)! And to keep up with all things iroh, check out our [Twitter](https://x.com/iroh_n0), [Mastodon](https://mastodon.social/@n0iroh), and [Bluesky](https://bsky.app/profile/iroh.computer). |
Contributor
There was a problem hiding this comment.
Should there also be a get in touch link that goes to booking a meeting?
b5
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the iroh language support announcement blog post, converted from the Notion draft (IROH-RFC-537).
What's in the post