Python Network Programming #2: Server-Client Connection

Veröffentlicht am: 20 September 2020
auf dem Kanal: Bek Brace
37,395
562

In this quick 9 minutes tutorial you will learn how to create a connection between a server that you create and one or multiple clients.
We need to know first a few things about the server.

First, the server has a bind() method which binds to a specific ip and port so it can listen to incoming requests.

Second, the server has a Listen() method which puts the server into a listen mode which allows the server to listen to
incoming connections.

Last we have accept and close() methods.
accept() : intiates a connection with the client.
close() : closes the connection with the client.

Github link for the code : https://github.com/BekBrace/network-p...
DEV profile : https://dev.to/bekbrace
Github profile: https://github.com/BekBrace


Auf dieser Seite können Sie das Online-Video Python Network Programming #2: Server-Client Connection mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Bek Brace 20 September 2020 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 37,395 Mal angesehen und es wurde von 562 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!