Final Project for CS3893
Ability to send files
GUI (no credit)
Multiple chatrooms
Live chat updates
Registration
Encryption? (hash passwords, etc)
List users in room
Python or C#
Python due to use in class
C# due to familiarity and easy GUI
Hash Table for passwords
JSON file for storing settings and login info
Chat history currently not kept: you only see what has been sent since you entered a chatroom.
Dr. Kim's example programs
Microsoft .Net Docs