Web Socket & http Server on same port

This commit is contained in:
Alex Emmet 2025-11-10 22:12:38 +00:00
commit 78a0ebd18e
7 changed files with 250 additions and 69 deletions

3
Cargo.lock generated
View file

@ -21,7 +21,9 @@ dependencies = [
"hex",
"hkdf",
"hmac",
"http-body-util",
"hyper",
"hyper-util",
"json",
"native-tls",
"once_cell",
@ -39,6 +41,7 @@ dependencies = [
"tokio",
"tokio-tungstenite",
"tokio-util",
"tower",
"tungstenite",
"uuid",
"walkdir",