Skip to content

Releases: Kanogame/go-reverse-proxy

v1.0 is here!

28 Jun 12:07
Compare
Choose a tag to compare

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