Skip to content

Releases: aa51513/roma

Roma v0.6.5- Added KCP and gRPC Protocol Support

Choose a tag to compare

@aa51513 aa51513 released this 20 Mar 12:23
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

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:35
c2fa3d4
  1. Allow users to customize the dns server address;
  2. Allow to specify host in ws/wss connection;