Skip to content

dotm/grpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages