Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 732 Bytes

File metadata and controls

25 lines (11 loc) · 732 Bytes

ChatApp_Java

during the network course, I took at the University I build a chat application Using Java that has two kinds of connections: TCP and UPD (UPD between clients, TCP between client and the server)

for the first part:

image

for the second Part:

first client:

image

second client:

image

server Side:

image