Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 319 Bytes

File metadata and controls

15 lines (11 loc) · 319 Bytes

Chat Application

This project is a simple chat application built using Java. It includes a server that instantiates different client connections.

How to Run

  1. Build the Project: Use Maven to build the project.
mvn clean install
  1. Run the .jar file
java -jar Chat-1.0-SNAPSHOT.jar