Skip to content

tawfiqkhalilieh/group-chat-gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Group Chat (Go)


A simple group chat built with Go and gRPC using bidirectional streaming.
Multiple clients can connect to the server and exchange messages in real-time.

Techologues used:

  • Go
  • gRPC

setup:

git clone git@github.com:tawfiqkhalilieh/group-chat-gRPC.git
cd group-chat-gRPC
go mod tidy

run the server:

go run server/main.go

run clients (in separate terminal windows):

go run client/main.go

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages