Demonstrates a classic, minimal Node application. Express is nowhere to be found in these examples...this gives you a glimpse at what life would be like without Express!
Minimal example; doesn't do very much. To run:
node 00-helloworld
Then visit http://localhost:3000 in your browser.
This adds really basic routing.
node 01-helloworld
Then try the following URLs:
This example demonstrates a web server that serves static files, in the form of HTML files (in public) and PNG image files (in public/img).
node 02-helloworld
Then try the following URLs: