simple counting http server-side-events stream

This commit is contained in:
2020-04-07 22:16:53 -07:00
parent 0ba4f46c20
commit 83232ad888
5 changed files with 109 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ cookie = "0.13"
futures = "0.3"
log = "0.4"
nanoid = "0.3"
pin-utils = "0.1.0-alpha.4"
pretty_env_logger = "0.4"
sessions = { version = "0.0.2", features = ["fs-store", "tokio"] }
time = "0.2"