Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 335 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 335 Bytes

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