Scaling a node.js application, nginx as a base server, but varnish or redis for caching?
- by AntelopeSalad
I'm not close to being well versed in using nginx or varnish but this is my setup at the moment.
I have a node.js server running which is serving either json, html templates, or socket.io events. Then I have nginx running in front of node which is serving all static content (css, js, etc.).
At this point I would like to cache both static content…