Skip to content

Commit b227533

Browse files
committed
add example rate limit project link
1 parent a03eba8 commit b227533

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

examples/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,13 @@ It is similar to session-related examples above but it compares password using p
109109
[Fano Ipv6](https://github.com/fanoframework/fano-ipv6) and [Fano MhdIpv6](https://github.com/fanoframework/fano-mhdipv6) example applications demonstrate how to [use IPv6 address](/working-with-application#use-ipv6-address).
110110

111111
## Logger
112-
[Fano mail logger](https://github.com/fanoframework/fano-mail-logger) demonstrates writing log to email address.
112+
[Fano mail logger](https://github.com/fanoframework/fano-mail-logger) demonstrates writing log to email address.
113113
While Fano Db logger example web application demonstrates how to [log messages to MySQL database](https://github.com/fanoframework/fano-db-logger). These examples demonstrate [logging functionality](/utilities/using-loggers) in Fano Framework.
114114

115+
## Rate-limit
116+
117+
[Rate-limiting demo application](https://github.com/fanoframework/fano-rate-limiting) demonstrates how to limit number of request a client can make. [View video tutorial](https://youtu.be/dfmArIN4s-o).
118+
115119
## Explore more
116120

117121
- [Getting started](/getting-started)

utilities/rate-limit/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,5 @@ Rate-limiting video tutorial explains how to use rate limit middleware to restri
252252
- [Utilities](/utilities)
253253
- [Middlewares](/middlewares)
254254
- [TThrottleMiddleware source](https://github.com/fanoframework/fano/blob/master/src/Libs/Throttle/Implementations/ThrottleMiddlewareImpl.pas)
255-
- [TThrottleMiddlewareFactory source](https://github.com/fanoframework/fano/blob/master/src/Libs/Throttle/Implementations/Factories/ThrottleMiddlewareFactoryImpl.pas)
255+
- [TThrottleMiddlewareFactory source](https://github.com/fanoframework/fano/blob/master/src/Libs/Throttle/Implementations/Factories/ThrottleMiddlewareFactoryImpl.pas)
256+
- [Rate-limiting demo application](https://github.com/fanoframework/fano-rate-limiting)

0 commit comments

Comments
 (0)