GoGrpc is a simple implementation of a gRPC client, server, and bidirectional streaming between the client and the gRPC server.
- Client and server implementation using gRPC in Go (Golang).
- Bidirectional streaming between the client and server.
- Go (Golang) version 1.16 or higher.
To run the GoGrpc project, follow the steps below:
- Clone the Repository
git clone https://github.com/Nutstothemoo/GoGrpc.git
- Install Dependency
go mod tidy
-
start serv
cd server go run *.go
4.start client
cd client
go run *.go
make sur to have Golang and GO_PATH set up