Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 580 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 580 Bytes

CPIT305 db chat

Advanced programming using java, chat app that required clients to login using username and password. That login info should requested from database (sqlite database).

Your Task

Complete TODOs:

  1. Check user login from database here
  2. Get user full name from database using query that search for username here
  3. Server accept only one client at time to login, move this code to new thread so that server will serve all clients in the same time! here