go-simple-grpc

this project simple use grpc

MIT License

Stars
0
Committers
1

go-grpc

this simple using grpc with golang

compile proto

    protoc --go_out=paths=source_relative:.  --go-grpc_out=paths=source_relative:. student/student.proto

Running server

    go run server/main.go

Running client

  • new tab terminal and run:
    go run client/main.go
  • or using postman
Related Projects