|
|
|
|
|
by bsaul
1247 days ago
|
|
what's app has e2e encryption, on all platforms including web. Which requires strong constraints on delivery ordering. Operating on almost all native platforms, at this scale, with those constraints, isn't something i find much easier than building a feed. |
|
On Whatsapp the ordering guarantees are limited to within the thread and server side timestamps are good enough for the most part to enforce it. Whatsapp/messaging is a very horizontally scalable problem. With feed (assuming) you have a fully personal feed the storage alone is a pain to manage and optimize.