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
Just clone this repo and go to the NonGUI folder. Compile all the java files
$ javac *.javaand run the DemoServer.java file first in one terminal window
$ java DemoServerand then run the DemoClient.java files in another terminal window
$ java DemoClientnow you can type messages from both terminal window and see the chat!
just type quit to exit
Still Working on this one...
Note-The connection will be hosted on port number 99