Simulate web traffic
- set GOROOT environment variable
- Install Go and Make
- make
- set GOROOT environment variable
- Install Docker, Go and Make
- make docker
./websim
docker pull maguec/websim:latest
docker run -i -t -p 8080:8080 maguec/websim
run either the docker container or the raw application binary
curl http://localhost:8080/health
Copyright © 2018, Chris Mague