Skip to content

Commit 4fa5749

Browse files
authored
Update examples a bit (#364)
* Update examples a bit * Don't call gossip pubsub
1 parent af52c2d commit 4fa5749

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

src/components/Examples.jsx

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const examples = [
1414
href: '/docs/examples/gossip-chat',
1515
name: 'Gossip Chat',
1616
description:
17-
'A simple chat app using iroh-net gossip connections.',
17+
'A simple chat app using iroh-gossip topic swarms.',
1818
tags: ["gossip", "CLI"],
1919
pattern: {
2020
y: 16,
@@ -29,7 +29,7 @@ const examples = [
2929
href: 'https://github.com/n0-computer/iroh-examples/tree/main/tauri-todos',
3030
name: 'Todos',
3131
description:
32-
'See iroh in the classic TODO app example, with a CLI & desktop GUI.',
32+
'See iroh in the classic TODO app example with a tauri desktop GUI.',
3333
tags: ["data modeling", "CLI", "tauri", "desktop"],
3434
pattern: {
3535
y: 16,
@@ -43,8 +43,8 @@ const examples = [
4343
href: 'https://github.com/n0-computer/sendme',
4444
name: 'Sendme',
4545
description:
46-
'A file sharing app with a CLI, desktop and iOS apps, built with iroh, fully open source!',
47-
tags: ["file sharing", "desktop", "iOS", "blobs", "connections"],
46+
'A file sharing CLI, built with iroh, fully open source!',
47+
tags: ["CLI", "file sharing", "blobs"],
4848
pattern: {
4949
y: 16,
5050
squares: [
@@ -57,8 +57,8 @@ const examples = [
5757
href: 'https://github.com/n0-computer/dumbpipe',
5858
name: 'Dumbpipe',
5959
description:
60-
'Need to connect two computers? Try a dumb pipe.',
61-
tags: ["CLI", "unix pipes", "connections"],
60+
'Need to connect two computers? Try a dumb pipe. Expose unix pipes or locally running TCP servers via iroh.',
61+
tags: ["CLI", "unix pipes"],
6262
pattern: {
6363
y: 16,
6464
squares: [
@@ -71,7 +71,7 @@ const examples = [
7171
href: 'https://github.com/n0-computer/iroh-examples/tree/main/extism',
7272
name: 'Extism',
7373
description:
74-
'Provide Iroh APIs to all kinds of languages with iroh existism host functions',
74+
'Provide Iroh APIs to all kinds of languages with iroh extism host functions',
7575
tags: ["plugins", "multi-language", "WASM"],
7676
pattern: {
7777
y: 16,
@@ -85,8 +85,22 @@ const examples = [
8585
href: 'https://github.com/n0-computer/iroh-examples/tree/main/iroh-automerge',
8686
name: 'Automerge',
8787
description:
88-
'Example of backing automerge with iroh-net connections',
89-
tags: ["connections", "CRDTs"],
88+
'Sync two automerge documents across machines via iroh connections.',
89+
tags: ["protocol", "CRDTs"],
90+
pattern: {
91+
y: 16,
92+
squares: [
93+
[0, 1],
94+
[1, 3],
95+
],
96+
},
97+
},
98+
{
99+
href: 'https://github.com/n0-computer/iroh-examples/tree/main/iroh-automerge-repo',
100+
name: 'Automerge Repo',
101+
description:
102+
'Sync and gossip repositories of Automerge documents peer to peer.',
103+
tags: ["protocol", "CRDTs", "automerge-repo"],
90104
pattern: {
91105
y: 16,
92106
squares: [
@@ -100,7 +114,7 @@ const examples = [
100114
name: 'Swarmie',
101115
description:
102116
'A proof of concept tool to use iroh global content discovery using the bittorrent mainline DHT.',
103-
tags: ["DHTs", "content discovery"],
117+
tags: ["CLI", "DHTs", "content discovery"],
104118
pattern: {
105119
y: 16,
106120
squares: [

0 commit comments

Comments
 (0)