Skip to content

Chat Application using Socket Programming in JAVA.

Alonewolf963/Java-Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Chat-Application

This chat application uses Sockets, Threads, and Web Services in JAVA.

This project can be mainly divided into two modules:

  1. Server
  2. Client

This project is mainly depended on client/server model. The client requests the server and server responses by granting the clients request.

Web-based chatting software is unique in its features and more importantly easily customizable.

Typically, programs running on client machines make requests to programs on a server Machine. These involve networking services provided by the transport layer. The most widely used transport protocols on the Internet are TCP (Transmission control Protocol) and UDP (User Datagram Protocol).

Steps for running Chat Application :

  1. Run Server.java file
    image
    Server Window will appear like above

  2. Run Client.java file
    image
    Client Window will appear like above

  3. Type the message in Text bar and Hit "Send"
    image Messages will transfer successfully and also Time will be shown below each message

NOTE : Save all the PNG images into "icons" folder in src directory of project while running.
image
Project Structure will look like above

About

Chat Application using Socket Programming in JAVA.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages