An open API service indexing awesome lists of open source software.

https://github.com/matrixorigin/morpc

Matrixrpc is an rpc framework that supports synchronous or asynchronous RPC and Streaming invocation methods. Unlike most RPC frameworks, matrixrpc is based on message communication and then registers message handlers to implement the RPC processing handler.
https://github.com/matrixorigin/morpc

Last synced: 5 months ago
JSON representation

Matrixrpc is an rpc framework that supports synchronous or asynchronous RPC and Streaming invocation methods. Unlike most RPC frameworks, matrixrpc is based on message communication and then registers message handlers to implement the RPC processing handler.

Awesome Lists containing this project

README

          

# matrixrpc
Matrixrpc is an rpc framework that supports synchronous or asynchronous RPC and Streaming invocation methods. Unlike most RPC frameworks, matrixrpc is based on message communication and then registers message handlers to implement the RPC processing handler.