Goal of the project: Develop a client-server application that implements a simplified chatroom application using socket programming in Python language.
All the instructions are referred in the CS436_project_Chatroom_SP23.pdf at the root of the repository.
This project has been developped by Paul Fermey for CSUSM - CS 436 - Project: Network programming (Chatroom)
To use the chatroom you first need to start the server :
cd server
python3 server.py
To use the client you have to run the following command:
cd client
python3 client.py