Index
Overview


So far, we've been looking at examples that serve (respond with) simple HTML like "Hello World".

We're going expand our horizons and serve files (specifically their content). Because we're serving to a web browser, we may as well serve HTML content.

We'll combine our acquired file and web server skills.

Guide Examples


These sources will guide you. Simply post to the course discussion board if you don't see the guidance you need.


You will also find "Node.js serve file" as common fodder on the internet.

Problem Statement


Development



Running Programs


Your final program should be usable as follows:


The second program "serve-file-2" should run similarly.

Submit


Code submission/delivery is two step: