This project demonstrates the use of Netflix OSS with Spring Cloud on Heroku. It defines a Zuul server that proxies request to backing services run at httpbin.org.
$ git clone https://github.com/kissaten/heroku-zuul-server-demo
$ cd heroku-zuul-server-demo
$ heroku create
$ git push heroku master
$ heroku open index.html
MIT