This is a Java chat application that uses socket programming to connect multiple clients to a single host located at any machine on a Local Area Network (LAN) and allows them to chat in the group.
- Clone or download this repository.
- Open IntelliJ IDE.
- Import this project into IntelliJ.
- Run Server.java first.
- Run Client.java for each client that you want to connect.
• Allows multiple clients to connect to a single host. • Clients can chat in the group.
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.