cs-utulsa / Encrypted-Chat-Service

This is the major project for the year long senior software class. The focus on this repository is to create a encrypted chat service, which can be used for secure communication. It will include not only peer to peer chat services, but also file transfer and group chats.
5 stars 1 forks source link

Coding: Multithreading for Chat Class #37

Closed tuckplace closed 1 year ago

tuckplace commented 2 years ago

Please ensure you have read the architecture before starting on this story.

The goal of this story is to modify the chat class in preparation for the GUI option being added. Multithreading will be needed. One to handle the GUI and one for the existing backend functionality.