@@ -14,7 +14,7 @@ const examples = [
14
14
href : '/docs/examples/gossip-chat' ,
15
15
name : 'Gossip Chat' ,
16
16
description :
17
- 'A simple chat app using iroh-net gossip connections .' ,
17
+ 'A simple chat app using iroh-gossip topic swarms .' ,
18
18
tags : [ "gossip" , "CLI" ] ,
19
19
pattern : {
20
20
y : 16 ,
@@ -29,7 +29,7 @@ const examples = [
29
29
href : 'https://github.com/n0-computer/iroh-examples/tree/main/tauri-todos' ,
30
30
name : 'Todos' ,
31
31
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.' ,
33
33
tags : [ "data modeling" , "CLI" , "tauri" , "desktop" ] ,
34
34
pattern : {
35
35
y : 16 ,
@@ -43,8 +43,8 @@ const examples = [
43
43
href : 'https://github.com/n0-computer/sendme' ,
44
44
name : 'Sendme' ,
45
45
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" ] ,
48
48
pattern : {
49
49
y : 16 ,
50
50
squares : [
@@ -57,8 +57,8 @@ const examples = [
57
57
href : 'https://github.com/n0-computer/dumbpipe' ,
58
58
name : 'Dumbpipe' ,
59
59
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" ] ,
62
62
pattern : {
63
63
y : 16 ,
64
64
squares : [
@@ -71,7 +71,7 @@ const examples = [
71
71
href : 'https://github.com/n0-computer/iroh-examples/tree/main/extism' ,
72
72
name : 'Extism' ,
73
73
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' ,
75
75
tags : [ "plugins" , "multi-language" , "WASM" ] ,
76
76
pattern : {
77
77
y : 16 ,
@@ -85,8 +85,22 @@ const examples = [
85
85
href : 'https://github.com/n0-computer/iroh-examples/tree/main/iroh-automerge' ,
86
86
name : 'Automerge' ,
87
87
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" ] ,
90
104
pattern : {
91
105
y : 16 ,
92
106
squares : [
@@ -100,7 +114,7 @@ const examples = [
100
114
name : 'Swarmie' ,
101
115
description :
102
116
'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" ] ,
104
118
pattern : {
105
119
y : 16 ,
106
120
squares : [
0 commit comments