2022-07-19 UTC
# xyzzydev[m] hi all! new here .... I have been working on and off on a personal microblog of sorts :) It occurred to me recently that websockets / webrtc can be used to implement a sorta simple p2p protocol where a central server acts as a relay to exchange data and introduce peers to each other. so in theory I don't have to store all the user data on the server but I just have to provide the central relay that exchanges data if that makes sense.