I am finally releasing the first version of my http server written in golang. At the moment it has the following functionality:
- handle static html/css/js websites
- reverse proxy
- load balancing
- custom 404 screens
This project was made to replicate the basic functionality of nginx. Hope you will like it :)