It's an Networking Project build by using Java Core Language & Socket Programming.
Concept Used : Java Swing, Java Networking, Java Multi-threading, Java BufferReader and Java BufferWriter. The Application is based on Single Server with Multiple Clients System.
Interface/Application : The graphical interface is done under hard-coded java core language and I tried to give it a look of what'sapp group. Here, Mirzapur is a name of what'sapp group & the user's of that group are Kaleen Bhaiya, Guddu Bhaiya, Bablu, Shukla Ji etc.
#internship_Project #BSNL_Corporation__Govt._Of_India
Project Demo : https://www.youtube.com/watch?v=lur3A8X6m6s
- Download or clone the "Group-Chatting-Application" repository.
- Install Java latest version and add it to the Environment Variables path of your system.
- Download any IDE compatible to run "Java Application". ( My editor choice : "IntelliJ-Idea").
- import the repository to the IntelliJ IDE.
- Run Server.java first then consecutively UserOne.java, UserSecond.java, UserThird.java, UserFourth.java
- You're ready to start the conversation. 7.Output can also be verified at the terminal of your IDE. (Note:- To adjust the window size of chatbox you can edit the width & height as required.)
setSize(435, 700);
setLocation(5, 5);