Skip to content

hmustafamail/SimpleClientServerExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

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/)

About

A simple client-server example in Python for a course I taught.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages