Hacker News new | ask | show | jobs
by freediver 2456 days ago
It is unlikely the performance can be your long term selling point, when you do not own the full stack. They still have to interact with gmail through an API, while gmail app itself can process everything server-side. I think there is a place for $50/month email, but you need to own the entire stack, not just build a fancy email client.
1 comments

Email is beautifully asynchronous so the time spent interacting with the underlying API is not important unless it’s horrifically sabotaged for third party clients.
You are absolutely correct, which is why the bulk of Gmail’s client code is dedicated to hiding latency.