Skip to content

mdelatorre/clientserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clientserver

Very simple client and server in Python taken from TutorialsPoint.com Python tutorial at http://www.tutorialspoint.com/python/python_networking.htm

Now run this server.py in background and then run above client.py to see the result.

Following would start a server in background.

$ python server.py &

Once server is started run client as follows:

$ python client.py

This would produce following result:

Got connection from ('127.0.0.1', 48437) Thank you for connecting

About

Very simple client and server in Python taken from TutorialsPoint.com Python tutorial at http://www.tutorialspoint.com/python/python_networking.htm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages