Example - Hello World - Javascript Hallo world example with static and dynamic content in Javascript. Instalation git clone https://github.com/web-dev-server/example-helloworld.git example-helloworld cd ./example-helloworld npm update Usage node run-server.js open your web browser and enjoy browsing on: http://127.0.0.1:8000/ http://127.0.0.1:8000/static-content/ http://127.0.0.1:8000/dynamic-content/ http://127.0.0.1:8000/dynamic-content/?something=in&query=string http://127.0.0.1:8000/dynamic-content/anything-else