Skip to content

Commit f03dbee

Browse files
readme update
1 parent fa8eb58 commit f03dbee

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,30 @@ and run the **DemoServer.java** file first in one terminal window
1414
```java
1515
$ java DemoServer
1616
```
17-
and then run the **DemoClient.java** files in another terminal window
17+
and then run the **DemoClient.java** file in another terminal window
1818
```java
1919
$ java DemoClient
2020
```
21-
now you can type messages from both terminal window and see the chat!
21+
now you can type messages from both terminal window...
2222

2323
_just type **quit** to exit_
2424
## GUI application
25-
Still Working on this one...
25+
Just clone this repo and go to the GUI folder.
26+
Compile all the java files
27+
```java
28+
$ javac *.java
29+
```
30+
and run the **Server.java** file first
31+
```java
32+
$ java Server
33+
```
34+
and then run the **Client.java** file
35+
```java
36+
$ java Client
37+
```
38+
now you can chat from the frames that shows up...
39+
40+
_just **close** the frames to exit_
2641

2742

2843
**Note**-```The connection will be hosted on port number 99```

0 commit comments

Comments
 (0)