An exceedingly simple app that demonstrates request counting.
993
A simple web application that counts requests in an accumulator. Used for teaching counters -> rates
The easiest way to build and run this simple app is to use Docker. From within your checkout of the repo:
docker build -t requestcounter .
And to run it:
docker run -it -p 5555:5555 requestcounter
Content type
Image
Digest
Size
19 MB
Last updated
over 7 years ago
docker pull joekottke/requestcounter