Simple Chat Room Program
Build the program by running
make build
Start the server using the command
chat-room start
Join the server using
chat-room join <name>
Start typing your messages and notice them being sent to every other user on the server.