Y
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
postalrat
1465 days ago
Would grpc make a huge difference if requests took a second each?
link
dopp0
1464 days ago
gRPC being an RPC, it avoids the overload of HTTP by miles, achieving low latency as well.
link