Skip to content

Commit d08e6d1

Browse files
updated readme
1 parent 92cb079 commit d08e6d1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@ A two way chat program written in JAVA using Networking.
33
There are Two Parts of this Repo:
44
- One that runs on terminal
55
- Another one is a GUI application
6+
67
## NonGUI Application
78
Just clone this repo and go to the NonGUI folder.
89
Compile all the java files
910
```bash
1011
$ javac *.java
1112
```
12-
and run the **DemoServer.java** file first
13+
and run the **DemoServer.java** file first in one terminal window
1314
```bash
1415
$ java DemoServer
1516
```
17+
and then run the **DemoClient.java** files in another terminal window
18+
```bash
19+
$ java DemoClient
20+
```
21+
now you can type messages from both terminal window and see the chat!
22+
23+
_just type **quit** to exit_
24+
## GUI application

0 commit comments

Comments
 (0)