https://github.com/shikharcodess/learning-rpc
Using Golang to learn the fundamentals of RPC
https://github.com/shikharcodess/learning-rpc
backend-development golang rpc
Last synced: 8 months ago
JSON representation
Using Golang to learn the fundamentals of RPC
- Host: GitHub
- URL: https://github.com/shikharcodess/learning-rpc
- Owner: shikharcodess
- Created: 2023-03-20T14:00:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T15:12:54.000Z (over 3 years ago)
- Last Synced: 2025-10-16T02:51:44.648Z (8 months ago)
- Topics: backend-development, golang, rpc
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learning RPC
Using Golang to learn the fundamentals of RPC
# How To Run
### Start Server
```bash
go run cmd/main.go server
```
### Start Client
```bash
go run cmd/main.go client
```