When we did this at Amazon, we went straight into using nodestatic. It might be better to start with a very basic "hello world" web server, then get it to serve the HTML page using fs.readFile(), then finally use nodestatic so we get all the CSS / JS etc. Baby steps.
When we did this at Amazon, we went straight into using nodestatic. It might be better to start with a very basic "hello world" web server, then get it to serve the HTML page using fs.readFile(), then finally use nodestatic so we get all the CSS / JS etc. Baby steps.