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.
- Host: GitHub
- URL: https://github.com/matrixorigin/morpc
- Owner: matrixorigin
- License: apache-2.0
- Created: 2022-11-17T12:33:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T12:33:19.000Z (over 3 years ago)
- Last Synced: 2025-04-24T00:12:23.569Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.