Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 783 Bytes

File metadata and controls

18 lines (14 loc) · 783 Bytes

high-performance-Rpc-Engine

A fast communication architecture between microservices.

HyperService Protocol

Build Status Protocol

An ultra-low latency, asynchronous RPC engine designed for high-throughput inter-service communication.

Architectural Highlights

  • Binary Serialization: Utilizes Protocol Buffers (proto3) for minimal payload size.
  • Asynchronous I/O: Built on top of Python's asyncio and grpc.aio for non-blocking execution.
  • Scalability: Designed for edge-computing environments where latency is critical.

Quick Start

# Generate gRPC stubs
python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. engine.proto