https://github.com/lunarwhite/mango-rpc
A simply implement of the standard library net/rpc.
https://github.com/lunarwhite/mango-rpc
demo golang remote-procedure-call rpc
Last synced: 11 months ago
JSON representation
A simply implement of the standard library net/rpc.
- Host: GitHub
- URL: https://github.com/lunarwhite/mango-rpc
- Owner: lunarwhite
- License: mit
- Created: 2022-02-05T09:25:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T16:17:55.000Z (about 4 years ago)
- Last Synced: 2024-12-26T08:41:57.849Z (over 1 year ago)
- Topics: demo, golang, remote-procedure-call, rpc
- Language: Go
- Homepage: https://github.com/lunarwhite/mango-rpc/wiki
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mango-rpc
A simply implement of the Golang standard library net/rpc.