Skip to content

alpemreturan/high-performance-Rpc-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

A fast communication architecture between microservices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages