NGINX as a SPDY load balancer for Node.js

added by JavaScript Kicks
10/16/2014 9:35:19 AM

263 Views

Recently we wanted to integrate SPDY into our stack at SocialRadar to make requests to our API a bit more speedy (hurr hurr). Particularly for multiple subsequent requests in rapid succession, avoiding that TCP handshake on every request would be quite nice.


0 comments