Comment on [deleted]
xoron@programming.dev 1 day agothanks. 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.