Party chat is an open-source chat application that allows individuals connected to the same network to chat without the need of internet or registration.
- Clone the github repository & navigate to the local repo
git clone https://github.com/ItsMonish/PartyChat
cd PartyChat
- The project is built and managed using gradle (wrapper). Therefore, it can be easily built using
./gradlew build
Upon successful build, the application is present under app/buid/libs/app.jar
In order to run the application
Simply double-click the .jar
file (ensure that Java Runtime 11 or above is installed)
java -jar <PATH_TO_JAR_FILE>
Party chat is licensed under BSD 3 clause license. For a detaiiled license, see LICENSE