simple websocket implementation (without auth use)

This commit is contained in:
2025-09-26 02:23:25 +02:00
parent ab0fbbce79
commit 00c5c2bd63
7 changed files with 218 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
pub mod db_pool;
pub mod auth;
pub mod routes;
pub mod routes;
pub mod websocket;