Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 428 Bytes

chatRoom

This is my homework for java course.It uses Socket APIs to comunicate and GUI implemented by JavaFx.
functions which have been implemented:

  • GUI imitating qq
  • login by authentication
  • chat with one person online or offline
  • create a group
  • chat with groups
  • check friends online or offline
  • save friends and chatting message record to database(MySQL)