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

add a working URL embed to the readme and some more info

+13 -1
+13 -1
README.md
··· 4 4 5 5 Try it at: https://wiredove.net/ 6 6 7 + For new message notifications subscribe via https://ntfy.sh/wiredove 8 + 7 9 The entire application stack runs in a browser window, so there is no installation required. You can clone the repo down and deploy it anywhere. But because all of the data is local-first you will have the same experience if you use the official Wiredove deployment or do it yourself. 8 10 9 11 If you're familiar with Bluesky you can think of Wiredove as a PDS (personal data server) for the Bog5 protocol. If you're familiar with Secure-Scuttlebot then you can think of Wiredove as a pub that exists in your web browser. 12 + 13 + ### Pub directory server 14 + 15 + Bog5 protocol messages can be long, to make up for this we use a centralized directory to easily sync a users many public keys. 16 + 17 + Here's an example JSON server: https://pub.wiredove.net/ev 18 + 19 + Try it out in your browser: https://wiredove.net/#ev 20 + 21 + The code for this is at https://github.com/evbogue/dovepub 10 22 11 23 ### Bog5 protocol messages 12 24 ··· 26 38 27 39 Bog5 messages are as short as they can be, so it can be possible to relay messages using URL embeds. Open opening the below link, Wiredove will open a Trystero room for the author of the message and attempt to sync the message if any peer is available in that room. 28 40 29 - https://wiredove.net/#eV1TUbuPIw+0F1ynylaktIIKukdYEaXcZOyEF6pIUaw=XJss1AlAZ9xWeNTP2fKlSHIKMERRIAOhhMLGQqLzx94eC0MnnlXZQ4C4dG905nws1YEO5B006lXVeYVAyGkoCTE3MzY3MTM3OTY1MjJibUI3TitBU2EzTElML0t1UFhqR2dvZXovdEY5dHhWQzIxVktaSC9ZajVjPQ== 41 + https://wiredove.net/#evSFOKnXaF9ZWSsff8bVfXP6+XnGZUj8XNp6bca590k=+MmR4IUxD/w26xkn4VoIkNr3zPXQ+mV6DED3+FuglngiX5f6gube5chIDsSGN6vZQWptg4i0BiScx9NQzINnBjE3NDgyODA1MDY0NTd3TTQvbHJWRGZFcDc2dDhNRjhwVzAwb0tWeGZDY21DdzNJMmVHWEVUaDZZPQ== 30 42 31 43 Questions? ev@evbogue.com 32 44