You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simple code shows how one could go about creating a TCP connection between server and client. Server also uses threading in order to handle multiple clients.
About
Simple example of socket programming written in python3.