# 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