Chat server is a standlone application that is made up the combination of two-application, server application (which runs on server side) and client application (which runs on client side). This application is using for chatting in LAN. To start chatting you must be connected with the server after that your message can broadcast to each and every client.
For making this application we are using some core java features like swing, collection, networking,
I/O Streams and threading also. In this application we have one server and any number of clients (which are to be communicated with each other). For making a server we have to run the
MyServer.java file at any system on the network that we want to make server and for client we have to run
MyClient.java file on the
system that we want to make client. For running whole client operation we can run the
Login.java.
Understand and get the chat server application by following steps :
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Chat Server View All Comments
Post your Comment