You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/index.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,9 +109,13 @@ It is similar to session-related examples above but it compares password using p
109
109
[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).
110
110
111
111
## 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.
113
113
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.
114
114
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).
0 commit comments