Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 920 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 920 Bytes

Marco

An API driver load balancer for modern day application infrastructure.

Diagram

Balancers and backends

Balancer

Drivers

Usage

Binary

$ marco
INFO[0000] Balancing connections on port 80             
INFO[0000] Receiving backend data on port 81 

Docker

$ docker run -d --name=marco -p 0.0.0.0:80:80 nickschuch/marco
INFO[0000] Balancing connections on port 80             
INFO[0000] Receiving backend data on port 81 

Libraries