(tools, server) feat: Replace TCP server with gRPC server

This commit is contained in:
2025-07-13 15:44:55 +08:00
parent 820a3cfe32
commit 3df2a3ee2c
10 changed files with 941 additions and 158 deletions

View File

@ -1,5 +1,6 @@
mod command_helper;
mod network_service;
mod protocol;
mod server_logger;
use network_service::NetworkService;