MakeASetGame.com now up!
- July 5th, 2011
- By David Granado
- Write comment
So, I posed a question onto StackOverflow today and got some really good advice. My question was this: how do I server a simple static HTML file from Node.js. I’m not a fan of doing this:
response.write(“…<p>blahblahblah</p>…”);
From most, the answer was “use
Express.js”. That’s good advice if you just want to get the job done. However, I think the point was lost.
In this particular instance, I wanted to have at least a [...] Continue Reading…