Skip to content

akkiePro/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

Chat app using socket programming and swing in java.

Run

step 1 : javac Server.java & java Server
step 2 : javac Client.java & java Client

Preview

  1. this is how it looks like after running.
    image

  2. Hi message to client.
    image

  3. Hi recieved.
    image

  4. Hello message to server.
    image

  5. Hello recieved.
    image

  6. after some chat scrollbar will be added automatically.
    image

  7. to exit from conversation write exit as following:
    image

  8. exit prompt:
    image