Y
Hacker News
new
|
ask
|
show
|
jobs
by
jameswyse
5194 days ago
Node isn't really built for serving static files.
I'd say the easiest solution would be to stick varnish in front of your node application.
1 comments
cheald
5194 days ago
That's true if you also want a caching proxy in front of your stack, but if you just want to serve static files, nginx in front of node.js is a perfectly acceptable solution.
link