This repository contains a collection of examples for the NodeJS fundamentals unit of the web development bootcamp offered by Code Labs Academy. In this unit, we learn about the fundamentals of Server-Side development, introduce NodeJS and more.
In this example, we build a static file server using NodeJS. Note that static content is any content that can be delivered to an end user without having to be generated, modified, or processed.
Happy learning! 😄