HTTP servers from scratch: how to make your own (simple) server without using NodeJS or Apache
What’s this blog about? With final exams approaching, I cannot spend too much time learning outside of class. So I’ve been wondering, what are some projects that I can do that doesn’t take too much time? Since I’ve been writing blogs recently, I had to think up of a way on how to publish it on the internet. What I came up with was nginx as reverse proxy that serves the static files under /srv directory. ...