https://github.com/n0-computer/iroh-examples
Iroh in action
https://github.com/n0-computer/iroh-examples
Last synced: about 1 year ago
JSON representation
Iroh in action
- Host: GitHub
- URL: https://github.com/n0-computer/iroh-examples
- Owner: n0-computer
- Created: 2023-05-01T13:33:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T14:54:27.000Z (about 1 year ago)
- Last Synced: 2025-04-11T15:54:39.623Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 13.4 MB
- Stars: 90
- Watchers: 8
- Forks: 19
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iroh-Examples
Examples how to use iroh or one of the iroh library crates.
Things in here should be somewhat easy to understand.
For very experimental things there is [iroh-experiments].
## Examples
### [browser-echo](browser-echo)
Use iroh in the browser, compiled to web assembly. [Try it here!](https://n0-computer.github.io/iroh-examples/main/browser-echo/index.html)
### [browser-chat](browser-chat)
A chat app based on iroh-gossip that can run both in the browser and on the command line.
[Try it here!](https://n0-computer.github.io/iroh-examples/main/browser-chat/index.html)
### [dumbpipe-web](dumbpipe-web)
Forward http requests to dumbpipe. Share a local dev server publicly.
### [extism](extism)
Use iroh through [extism]
### [frosty](frosty)
Experiment with [FROST] threshold signatures for iroh.
### [iroh-automerge](iroh-automerge)
Iroh integration with [automerge]
### [iroh-gateway](iroh-gateway)
A http gateway for iroh-blobs data, written using iroh-blobs.
### [tauri-todos](tauri-todos)
Todo app using iroh documents and [tauri].
[iroh-experiments]: https://github.com/n0-computer/iroh-experiments
[extism]: https://extism.org/
[automerge]: https://automerge.org/
[mainline]: https://en.wikipedia.org/wiki/Mainline_DHT
[pkarr]: https://pkarr.org/
[tauri]: https://tauri.app/
[FROST]: https://eprint.iacr.org/2020/852.pdf