Skip to content

ariebrainware/grpcchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Chat

Build with Golang, gRPC, and live inside Docker Container. Use chatserver as the host, and use chatclient to connect as client.

Build and use the binary

  1. Build server
go get github.com/ariebrainware/grpcchat
cd $GOPATH/src/github.com/ariebrainware/grpcchat
go build -o chatserver ./server/main.go && ./chatserver
  1. Build client
go build -o chatclient ./client/main.go && ./chatclient # open new terminal and connect as client

Pull from docker repo

Note: See available tagname in here

docker run rob0ne/chatserver:tagname

Download pre-built binary

Go to here: https://github.com/ariebrainware/grpcchat/releases