Categorygithub.com/PatrickMatthiesen/ChittyChat
module
0.0.0-20240809115616-8fee4265228b
Repository: https://github.com/patrickmatthiesen/chittychat.git
Documentation: pkg.go.dev

# README

Chitty Chat

For this assignment you needed to make a chat service.

The service is defined in ChittyChat.proto

A user joins using the gRPC 'join' method.

A user publishes and broadcasts using the gRPC 'publish' method.

A user indicates to the server that it leaves when it stops the program.

How to run

Server:

go run .\server\

Client:

go run .\client\ -name Alice

# Packages

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