File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments