hmustafamail/SimpleClientServerExample
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
In Windows:
1. Open two command line windows here
a. SHIFT-right-click in the file browser window
b. Select "Open command window here"
c. Repeat one more time to open a second window
2. Type the following commands, one into each window:
a. python server1.py
b. python client1.py hello world
3. The server window should say:
hello world
And the client window should say:
Sent: hello world
Received: HELLO WORLD
Copyright for all code in this repository: CC BY-NC 4.0 (https://creativecommons.org/licenses/by-nc/4.0/)