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

we do not need to start bogbot twice

+2 -2
+2 -2
connect.js
··· 1 - import { bogbot } from 'bogbot' 1 + //import { bogbot } from 'bogbot' 2 2 import { makeRoom } from './gossip.js' 3 3 import { makeWs} from './websocket.js' 4 4 5 - await bogbot.start('wiredovedbversion1') 5 + //await bogbot.start('wiredovedbversion1') 6 6 7 7 export const connect = async () => { 8 8 await makeWs('wss://pub.wiredove.net/')