/Chat-App

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

Primary LanguageJava

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.