A simple gRPC server to manage courses.
You will need a gRPC client, I recommend evans.
Install evans using go
go install github.com/ktr0731/evans@latest
And check the version
evans --version
Finally, install project dependencies locally
go mod download
Initiate your server
go run cmd/grpc_server/main.go
And access your server by the gRPC client
evans -r repl
- gRPC - Remote Procedure Call (RPC) framework.
- Protocol Buffers - Mechanism for serializing structured data.
This project is licensed under the MIT License - see the LICENSE file for details.