FizzBuzz split into a set of 4 microservices designed to be run as a fleet of docker images for highly concurrent, highly resilient deployment.
To run locally:
make docker
./start.shTo stop locally:
./stop.shGet usage instructions:
go run fizzbuzz.goAlso checkout the Makefile, Dockerfile, and start.sh for more details.