tangled
alpha
login
or
join now
evbogue.com
/
wiredove
1
fork
atom
a demonstration replicated social networking web app built with anproto
wiredove.net/
social
ed25519
protocols
1
fork
atom
overview
issues
pulls
pipelines
use apds.aproto.com for websocket server
Everett Bogue
5 months ago
93efa6a3
46a77b72
+3
-1
1 changed file
expand all
collapse all
unified
split
connect.js
+3
-1
connect.js
···
5
5
await apds.start('wiredovedbversion1')
6
6
7
7
export const connect = async () => {
8
8
-
await makeWs('wss://pub.wiredove.net/')
8
8
+
//await makeWs('ws://localhost:9000')
9
9
+
await makeWs('wss://apds.anproto.com/')
10
10
+
//await makeWs('wss://pub.wiredove.net/')
9
11
await makeRoom('wiredovev1')
10
12
}