initial websocket implementation

This commit is contained in:
Ninjdai 2025-08-01 01:27:25 +02:00
parent 4aa5cf463f
commit 3e1c744db1
7 changed files with 244 additions and 4 deletions

View file

@ -1,4 +1,5 @@
pub mod book;
pub mod book_instance;
pub mod owner;
pub mod websocket;