Logan Alexander Reed

Logo

CSCI 496: Senior Portfolio
Bachelor of Science in Cybersecurity (class of 2026)

View My Resume

View My GitHub Profile

Back to Portfolio

Chat Room

Project description

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.

How to run the program

cd ./project
python Server.py
python Client.py

UI Design

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).

screenshot
Fig 1. Client side launch.

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

screenshot
Fig 3. Incoming and outgoing client side messages.

For more details see GitHub Flavored Markdown.

Back to Portfolio