Google

Saturday, June 18, 2011

CHAT MESSENGER(IT & CS)

Chat messenger is a standlone application that is made up from 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.
We can understand Chat Messenger application by following steps :
•Features and Limitations of the Application
•Server Side Application
•Client Side Application
Download full report here

No comments:

Post a Comment