be-course-18-19

Plain Server

A simple server example showing how to create routes, return status codes, deal with mime types, and serve static files, without any packages or frameworks.

Install

npm:

git clone git@github.com:cmda-be/course-17-18.git
cd course-17-18/examples/plain-server
npm start

Changes

The following commits show how this example was created:

License

MITTitus Wormer