a demonstration replicated social networking web app built with anproto wiredove.net/
social ed25519 protocols

use apds.aproto.com for websocket server

+3 -1
+3 -1
connect.js
··· 5 5 await apds.start('wiredovedbversion1') 6 6 7 7 export const connect = async () => { 8 - await makeWs('wss://pub.wiredove.net/') 8 + //await makeWs('ws://localhost:9000') 9 + await makeWs('wss://apds.anproto.com/') 10 + //await makeWs('wss://pub.wiredove.net/') 9 11 await makeRoom('wiredovev1') 10 12 }