Skip to content

jmfloreszazo/DaprMiddlewareRateLimitWithNet6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dapr Middleware Rate Limit with Net6

Test with rate limit:

dapr run --app-id apione --config config.yaml --components-path ./components --app-port 5000 --dapr-http-port 3500 -- dotnet run --project apione/apione.csproj

Test without rate limit:

dapr run --app-id apione --components-path ./components --app-port 5000 --dapr-http-port 3500 -- dotnet run --project apione/apione.csproj

About

Sample od Dapr Middlware (Rate Limit) with .NET6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published