0
votes
0
comments
3,408
views

node.js itself or nginx frontend for serving static files?

0 votes, 0.00 avg. rating (0% score)
Is there any benchmark or comparison which is faster: place nginx in front of node and let it serve static files directly or use just node and serve static files using it? nginx solution seems to be more manageable for me, any thoughts? artvolk I’ll have to disagree with the answers here. While Node will […]