Skip to content

v1.0 is here!

Latest
Compare
Choose a tag to compare
@Kanogame Kanogame released this 28 Jun 12:07
· 1 commit to master since this release

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 :)

cors headers are set to accept all, if you want to customize them, you can only do this manually by setting them in HttpReqestManager.go