Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

chat app - java

this is a new chat app project - with client and server - sides.

this contain a menu of options:

chat menu:

  1. help
  2. get users online
  3. send group message
  4. send private message
  5. disconnect

we have 3 clases:

  • server
  • client
  • socketHandler

  • pictures - are in screens folder.

lets review them:

signUp new user:

1 newUser


signUp second-user:

2 second-user

3.user Has Join:

3 userHasJoin

4.help-option:

4 help-option

5.users-list:

5 users-list

6.send-BroadCast-message:

6 send-BroadCast-message

7.recive-BroadCast-message:

7 recive-BroadCast-message

8.send-Privete-message:

8 send-Privete-message

10.disconnecting:

10 disconnecting

12.login-attempt:

12 login-attempt