Skip to content

Simple chat app in Go using gRPC stream generated by protobuf for learning purpose.

Notifications You must be signed in to change notification settings

vitthalaa/go-grpc-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Go gRPC stream chat server

Simple chat app in Go using gRPC stream generated by protobuf for learning purpose.

Server:

  1. Download modules go mod tidy and/or go mod vendor
  2. Run server: go run server/main.go

Client

  1. Change directory to client: cd clientexample/console
  2. Download modules go mod tidy and/or go mod vendor
  3. Run example client in multiple terminals go run main.go

Releases

No releases published

Packages

No packages published