https://github.com/xialeistudio/go-service-call
A demo project shows how to call other services in Go.
https://github.com/xialeistudio/go-service-call
Last synced: 3 months ago
JSON representation
A demo project shows how to call other services in Go.
- Host: GitHub
- URL: https://github.com/xialeistudio/go-service-call
- Owner: xialeistudio
- License: mit
- Created: 2024-09-18T11:18:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T11:19:49.000Z (9 months ago)
- Last Synced: 2025-03-12T23:02:41.043Z (3 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-CN.md
- License: LICENSE
Awesome Lists containing this project
README
# go-service-call
一个演示如何在Go语言调用RPC服务的项目。
## 通信方式
+ HTTP
+ gRPC
+ net/rpc