Skip to content

juliendsv/fabio-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

fabio-example is an example HTTP microservice for demonstrating the consul-aware HTTP load-balancer fabio.

Build it with

go get -u github.com/magiconair/fabio-example

Run it

./fabio-example -addr <service host:port> -prefix host/path,host/path,... -tag a-tag,another-tag

e.g.

./fabio-example -addr 127.0.0.1:5000 -prefix /foo,/bar -tag a,b

About

Example service for the consul-aware HTTP load-balancer fabio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%