Refactor AIS server to use Axum framework with shared stream manager and state handling. Fix metadata key mismatch in frontend vessel mapper.

This commit is contained in:
geoffsee
2025-07-21 18:05:41 -04:00
parent 0a0c15a47e
commit b4c80f3e01
5 changed files with 345 additions and 405 deletions

1
Cargo.lock generated
View File

@@ -132,6 +132,7 @@ dependencies = [
"tokio",
"tokio-test",
"tokio-tungstenite 0.20.1",
"tokio-util",
"tower 0.4.13",
"tower-http 0.5.2",
"url",