https://github.com/vbauerster/si_test
https://github.com/vbauerster/si_test
go test
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vbauerster/si_test
- Owner: vbauerster
- Created: 2018-07-14T07:27:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T21:47:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T15:46:40.020Z (over 1 year ago)
- Topics: go, test
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.