Skip to content

zh1gr/go-grpc-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-grpc-client


Golang example project represent gRPC client.

Golang Server
Golang Domain

install


go run client.go

commands


make go_mod - update dependencies and store it in vendor directory in project

make send - Run client to proceed test message to Server.

project files


  • server.go - Contains the implementation of the client-side logic for interacting with the gRPC service.
  • Makefile - Script containing commands for automating common development tasks such as building, testing, and running the project.
  • go.mod - File defining the module and dependencies for the Go project.
  • vendor - Directory containing third-party dependencies managed by a dependency management tool like Go modules or dep.

About

Example of gRPC Client on GoLang

Resources

License

Stars

Watchers

Forks

Packages

No packages published