thanks. this implementation is intended for a p2p messaging app. it works as a webapp and only stores data locally.
the signal architecture requires prekeys to be store on a server, in a p2p approach you dont need presigned keys and the double rachet starts immidiately (the tradoff is there is no offline messaging).
so i understand why signal doesnt do a webapp like many other sevices like whatsapp… my use-case is different.
vk6flab@lemmy.radio 21 hours ago
aboutsignal.com/blog/signal-web/
xoron@programming.dev 21 hours ago
thanks. this implementation is intended for a p2p messaging app. it works as a webapp and only stores data locally.
the signal architecture requires prekeys to be store on a server, in a p2p approach you dont need presigned keys and the double rachet starts immidiately (the tradoff is there is no offline messaging).
so i understand why signal doesnt do a webapp like many other sevices like whatsapp… my use-case is different.