1
0
mirror of https://github.com/n1trux/awesome-sysadmin.git synced 2025-03-13 14:18:08 +00:00

Merge db41cd95f2bb8cac91fd0cf498b82672a8c0b628 into d76aabaf729f8ce242ddc3642031c30663fa8b8a

This commit is contained in:
Seua Polyakov 2017-04-15 20:28:46 +00:00 committed by GitHub
commit 8364acf0ef

View File

@ -631,6 +631,8 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [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*