Skip to content

zh1gr/go-grpc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-grpc-server


Golang example project represent gRPC server.

Golang Client
Golang Domain

install


go run server.go

commands


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

make run - Run server.

project files


  • server.go - Contains the implementation of the server-side logic for 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.

Credits


Based by tutorial from Maximilien Andile video

About

Example of gRPC Server on GoLang

Resources

License

Stars

Watchers

Forks

Packages

No packages published