Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 576 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 576 Bytes

chatRoom

chatRoom is a chat application that supports a client-server model. Clients are able to connect to the server, chat with others that are logged in, and leave messages for users that are not logged in. The server will maintain a core set of state that supports varied operations for the users as well as a set of protections for the server.

Run Server

python3 chatRoom-server

Run Client

python3 chatRoom-client <IPADDR> <PORT>

Help Command

This command will show all available commands to the user while running the client.
/help