Client/Server Chat Application
This is a Java based chat application project. It was done for fun. The idea is that there will be a server process listening at a specific port for a client client request. As soon as the some client connects with the server, it can send/receive messages from the server. Many clients can connect to a single server. This small app is suitable for help desk type of communication within a company.
Click here to download complete source code.
This project is created in Netbeans. If you are not using Netbeans and only interested in source files then simply go to JavaChatApp > ChatServer/CodeTester > src. Do whatever you want with it and Enjoy












