feat: websocket split

This commit is contained in:
Ahmet Kaan Gümüş 2025-04-29 22:58:24 +03:00
parent 16481ed7bd
commit 4a695dce40
4 changed files with 44 additions and 19 deletions

View file

@ -7,7 +7,7 @@ edition = "2024"
tokio = { version = "1.42.1", default-features = false, features = ["macros", "rt-multi-thread"] }
axum = "0.8.3"
tower-http = { version = "0.6.2", default-features = false, features = ["cors"]}
fastwebsockets = { version = "0.10.0", features = ["upgrade", "with_axum"]}
fastwebsockets = { version = "0.10.0", features = ["upgrade", "unstable-split", "with_axum"]}
serde = { workspace = true }
serde_json = { workspace = true }
chrono = { workspace = true }