CSCI 496: Senior Portfolio
Bachelor of Science in Cybersecurity (class of 2026)
View My Resume
A live chat room with a client side and a server side that me and two others created. The server would be launched first then the clients would join after.
cd ./project
python Server.py
python Client.py
Upon loading the client side it asks for your username (see Fig 1). Afterwards on the server side you can see people connecting to the chat room and any messages anyone sends (see Fig 2). On the client side you can see your messages and others (see Fig 3).

Fig 1. Client side launch.

Fig 2. Others connecting and sending messages on the server side.

Fig 3. Incoming and outgoing client side messages.
For more details see GitHub Flavored Markdown.