Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 447 Bytes

DataStructure-ChatApp

Data structure project

this is a Server-client chat application that uses socket programming.

some of features:

  • online chat
  • group chat
  • each account can have infinit count of number
  • users chat save in sqlite (not optimize database)
  • sign-up and sign-in
  • send file
  • GUI with javafx
  • Implement graph with linked list
  • Has frined Suggestion and follow request (it won't save friend requests in database)