Hacker News new | ask | show | jobs
by detaro 2662 days ago
GMail (or any other email offering) is "an app" from many perspectives.
1 comments

Yes, it is an app. Not a 'microservice'. That's the point.
An app containing many services handling individual, separated aspects of the overall app, connected by queues and standard protocols. Many pieces interchangeable with others. If you'd hide the fact that it's e-mail and wrapped a bunch of HTTP/gRPC around it you could easily sell the same architecture to people as "a messenger build on microservice principles".