Y
Hacker News
new
|
ask
|
show
|
jobs
by
cluda01
5097 days ago
Using HTTP in general as an internal transport protocol has always struck me as odd. But I come from a financial services perspective where latency is the key driver.
1 comments
tuxychandru
5096 days ago
I use ZeroMQ or Go's RPC libraries for internal communication and mostly use nginx as reverse proxy and to serve static files on the edge.
link