Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 252 Bytes

Setup

  • git init
  • create .proto file in services and compile it
  • go mod init dotm/grpc-demo
  • go mod tidy
  • create server and client for the service

Testing Demo Server and Client

  • go run .\server\demo\main.go
  • go run .\client\demo\main.go