A Chatting App made in Java using concept of Socket Programming that allows communication between a Server and Client. The app has an easy to use User Interface which has been created using Java Swing.
Open two seperate terminal/command-prompt windows and then from project directory:
1- java Server (On one window)
2- java Client (On other window)
Now you can type messages in either the Client or Server window and press the "Send" button to send the message.
Note- Server should be started before running the Client.
Front End : Java, JavaSwing. Back End : Database(MySql) IDE used : Netbeans.
Please ⭐️ this repo and share it with others.