Skip to content

Roma v0.6.5- Added KCP and gRPC Protocol Support

Latest

Choose a tag to compare

@aa51513 aa51513 released this 20 Mar 12:23
· 2 commits to master since this release
efaa870

This update brings two important new protocol supports to Roma, further expanding the flexibility of the transport layer.

✨ New Features

  1. 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

  1. gRPC protocol support
  • High-performance RPC framework based on HTTP/2

  • Supports multiplexing and bidirectional streaming

  • Suitable for microservice architectures and cross-language communication