# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# README
DISYS-MiniProject2
To run
Setup server: Go into server directory: go run .
Create client: Go into client directory: go run . Do this for as many clients you want in the chat
Log
The server logs all messages to server/log.txt
Lamport
Lamport code can be found in ChittyChat/LamportTime.go