SkillAgentSearch skills...

ChatApplicationJava

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

Install / Use

/learn @avijit1258/ChatApplicationJava
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ChatApplicationJava

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.

Getting Started

In order to run locally first clone this repository by

git clone https://github.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

Prerequisites

JDK should be installed to run and test

Built With

  • Eclipse

Contributing

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

Versioning

Authors

  • Avijit Bhattacharjee - Initial work - (https://github.com/avijit1258)

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

License

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

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc
View on GitHub
GitHub Stars13
CategoryDevelopment
Updated10mo ago
Forks21

Languages

Java

Security Score

87/100

Audited on May 22, 2025

No findings