Skip to content

tanaytoshniwal/Chat-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Java

A two way chat program written in JAVA using Networking. There are Two Parts of this Repo:

  • One that runs on terminal
  • Another one is a GUI application

NonGUI Application

Just clone this repo and go to the NonGUI folder. Compile all the java files

 $ javac *.java

and run the DemoServer.java file first in one terminal window

 $ java DemoServer

and then run the DemoClient.java files in another terminal window

 $ java DemoClient

now you can type messages from both terminal window and see the chat!

just type quit to exit

GUI application

Still Working on this one...

Note-The connection will be hosted on port number 99

About

💭 💬 A two way chat program written in JAVA using Networking and Socket Programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages