Skip to content

AshishNikam111000/gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC in GoLang

Steps

  • Clone the repository.
  • Go to repository.
  • Run go run main.go

Note

  • Proto file is in shop directory.
  • By default, this will run the server and client only once. If you want the server to keep on running, just change the value of wg.Add(1) from 1 to 2 in main.go file.

About

gRPC in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages