Skip to content

Commit 92cb079

Browse files
updated readme
1 parent ab39f2e commit 92cb079

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# Chat-Java
2-
A two way chat program written in JAVA using Networking
2+
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+
```bash
14+
$ java DemoServer
15+
```

0 commit comments

Comments
 (0)