Skip to content

Advanced programming using java, chat app that required clients to login first using sqlite database.

License

Notifications You must be signed in to change notification settings

marwankau/cpit305-db-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Advanced programming using java, chat app that required clients to login first using sqlite database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages