An open API service indexing awesome lists of open source software.

https://github.com/vbauerster/si_test


https://github.com/vbauerster/si_test

go test

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

Using only the standard library, create a Go HTTP server that on each request responds with a counter of the total number of requests that it has received during the previous 60 seconds (moving window). The server should continue to the return the correct numbers after restarting it, by persisting data to a file.