This repository contains a Java project that uses sockets for communication between client and server. The application is aimed at be a two-way chat between clients and servers. And as an addition, the socket server generates real-time chat between multiple clients.
- Bidirectional communication between client and server
- Communication interceptor between multiple clients.
- Java 8 or higher
- Clone the repository:
git clone https://github.com/Gablier-R/socket-java.git