Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 370 Bytes

TODO.md

File metadata and controls

20 lines (15 loc) · 370 Bytes

ClientHandler.java

  • Needs to accept message objects instead of text

ClientGUI.java

  • Needs to be able to send message objects instead of text
  • Will own client and run GUI

Client.java

  • owned by ClientGUI.java

Server.java

  • needs to own all the big pieces:
    • UserStorage
    • RoomStorage
    • Logger
    • Authenticator

Overall

  • unit tests