Skip to content

A Chat application where the connected clients are able to send messages to each other over a server.

Notifications You must be signed in to change notification settings

AliAlbabily/Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the application

The system consists of two parts, a client and a server. The server is a type of shared connection that enables clients to communicate with each other by connecting to the server's IP-adress and Port. The client is the actual chat window that the user can interact with. Through the chat, the user can send messages, attach pictures and add various users to a contact list.

client-view

Other

  • JDK 14.0.2 was used for this projec.
  • The project was made with Intellij.