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

https://github.com/yankeguo-deprecated/colimit

concurrency limiter for Echo framework
https://github.com/yankeguo-deprecated/colimit

concurrency-limiter echo echo-middleware golang http

Last synced: about 2 months ago
JSON representation

concurrency limiter for Echo framework

Awesome Lists containing this project

README

        

# colimit

Buy Me A Coffee
[![Build Status](https://travis-ci.org/virtcanhead/colimit.svg?branch=master)](https://travis-ci.org/virtcanhead/colimit)

concurrency limiter for Echo framework

## Usage

### Integration

```go
func main() {
// ...

e := echo.New()
e.Use(colimit.New(512))

// ...
}
```

## License

canhead MIT License