Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.32 KB

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