1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

server-sent events (#177)

* server-sent events

* remove stale clients

* ping as message
This commit is contained in:
Arve Seljebu
2019-09-25 06:39:49 +02:00
committed by Nikolay Kim
parent eaccae46c6
commit d85adb8513
7 changed files with 305 additions and 0 deletions

View File

@ -24,6 +24,7 @@ members = [
"r2d2",
"redis-session",
"rustls",
"server-sent-events",
"simple-auth-server",
"state",
"static_index",