Hacker News new | ask | show | jobs
by awoimbee 1465 days ago
To be fair you can run a microservices stack on a single server and it will be very fast, especially if you use gRPC instead of HTTP
1 comments

Would grpc make a huge difference if requests took a second each?
gRPC being an RPC, it avoids the overload of HTTP by miles, achieving low latency as well.