avijit1258/ChatApplicationJava

Repository files navigation

This project was a requirement for my undergraduate Computer Networking sessional. The main purpose of this project is to get an idea of java socket programming and who applications of different pc can communicate over same local area network. Now our target is to build a good documented and well organized chat app in java so that beginners can get started easily. Kindly come forward to make this project flourish.

In order to run locally first clone this repository by

git clone https://.com/avijit1258/ChatApplicationJava/

//Chat client can be in the same pc or one which is connect over same local area network like wifi or same ISP Next go to the src folder inside ChatApplicationJava and open terminal to run

run

mvn clean install

and execute the client and server. Client and and Server should be executed in separate terminal

java -jar server/target/server-1.0-SNAPSHOT.jar
java -jar client/target/client-1.0-SNAPSHOT.jar

JDK should be installed to run and test

  • Eclipse

Please read [CONTRIBUTING.md] for details on our code of conduct, and the process for submitting pull requests to us.

See also the list of contributors who participated in this project.

This project is licensed under the MIT License - see the LICENSE.md file for details

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

Multi-client Chat Application over local area netword using basic java socket programming for beginners

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages