Categorygithub.com/ariebrainware/grpcchat
module
1.1.0
Repository: https://github.com/ariebrainware/grpcchat.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author