Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shikhary10/learning-rpc
Using Golang to learn the fundamentals of RPC
https://github.com/shikhary10/learning-rpc
backend-development golang rpc
Last synced: 8 days ago
JSON representation
Using Golang to learn the fundamentals of RPC
- Host: GitHub
- URL: https://github.com/shikhary10/learning-rpc
- Owner: ShikharY10
- Created: 2023-03-20T14:00:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T15:12:54.000Z (almost 2 years ago)
- Last Synced: 2024-12-05T01:31:04.796Z (2 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
```