/rate-limit

Rate limit implementation by Go

Primary LanguageGoMIT LicenseMIT

Rate Limit

Lint Test License

Rate limit implementation by Go

To Start Developing

If you want to build this service right away there are two options:

You have a working Go environment.

git clone https://github.com/leozhantw/rate-limit.git
cd rate-limit
go run cmd/server/server.go

You have a working Docker environment.

git clone https://github.com/leozhantw/rate-limit.git
cd rate-limit
docker build -t rate-limit .
docker run -p 8080:8080 rate-limit:latest

Demo

https://leozhantw-rate-limit.herokuapp.com/