Skip to content

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published