Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```