Add couple modern proxy.

Add traefik and fabio.
This commit is contained in:
Seua Polyakov 2016-05-19 15:27:42 +03:00
parent 7c7221487b
commit db41cd95f2

View file

@ -609,6 +609,8 @@ _See https://github.com/Kickball/awesome-selfhosted#xmpp_
* [Lighttpd](http://www.lighttpd.net/) - Web server more optimized for speed-critical environments.
* [Nginx](http://nginx.org/) - Reverse proxy, load balancer, HTTP cache, and web server.
* [uWSGI](https://github.com/unbit/uwsgi/) - The uWSGI project aims at developing a full stack for building hosting services.
* [Traefic](https://traefik.io/) - modern HTTP reverse proxy and load balancer supports several backends (Docker, Swarm, Mesos/Marathon, Kubernetes, Consul, Etcd, Zookeeper, BoltDB, Rest API, file…) to manage its configuration.
* [Fabio](https://github.com/eBay/fabio) - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul.
*Web Performance*