Chat Server
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 :
- Features
and Limitations of the Application
- Server Side Application
- Client Side Application
- Download and get the code for Chat Server Version 1.0 chat.zip