Skip to content

Very simple dockerized sample app written in Golang to demonstrate grpc communication

Notifications You must be signed in to change notification settings

Abhishek627/sample-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go build: go build server.go

docker image: docker build -t sample-grpc .

docker run: docker run -itd --name sample-grpc -p 8888:8888 sample-grpc:latest

About

Very simple dockerized sample app written in Golang to demonstrate grpc communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published