This update brings two important new protocol supports to Roma, further expanding the flexibility of the transport layer.
✨ New Features
- KCP Protocol Support
-
A reliable transport protocol based on UDP, suitable for low-latency scenarios (such as games and real-time communication)
-
Supports configurable congestion control and fast retransmission
-
Implemented using the kcp-tokio library
- gRPC protocol support
-
High-performance RPC framework based on HTTP/2
-
Supports multiplexing and bidirectional streaming
-
Suitable for microservice architectures and cross-language communication