0
votes
0
comments
3,472
views
node.js itself or nginx frontend for serving static files?
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 […]0
votes
0
comments
2,759
views
Oneliners: Removing blank lines from a unix file
Many of times I receive comma delimited files an they have blank lines after each record. I would like to use sed or awk. I need to remove all the blank lines from an input file and write into an output file.0
votes
0
comments
5,603
views