/py_socket_example

simple python socket programming example

Primary LanguagePython

Python Socket Programming Example.

  • simple code example for python socket programming.

  • note:

    • for threading and multiprocess onwards, if there is no client code, you can simply use client code from SocketServerEcho folder.
    • they client basically the same for these example, only the server is changing.