There was an error while loading. Please reload this page.
1 parent ab39f2e commit 92cb079Copy full SHA for 92cb079
README.md
@@ -1,2 +1,15 @@
1
# Chat-Java
2
-A two way chat program written in JAVA using Networking
+A two way chat program written in JAVA using Networking.
3
+There are Two Parts of this Repo:
4
+ - One that runs on terminal
5
+ - Another one is a GUI application
6
+## NonGUI Application
7
+Just clone this repo and go to the NonGUI folder.
8
+Compile all the java files
9
+```bash
10
+ $ javac *.java
11
+```
12
+and run the **DemoServer.java** file first
13
14
+ $ java DemoServer
15
0 commit comments