shrey141102 / PythonProjects

Python Programs
8 stars 37 forks source link

Create a basic Python socket communication setup for client-server interaction #119

Open sitamgithub-MSIT opened 6 months ago

sitamgithub-MSIT commented 6 months ago

Overview:

Server Side:

  1. Create a server socket.
  2. Bind to an IP and port.
  3. Listen and accept client connections.
  4. Handle communication and close the server socket.

Client Side:

  1. Create a client socket.
  2. Connect to the server with an IP and port.
  3. Send requests or data to the server.
  4. Close the client socket.

Execution:

This issue outlines the essential steps for setting up a simple Python socket communication system for client-server interaction.

sitamgithub-MSIT commented 6 months ago

@shrey141102 Can you assign me this issue, please, under the KWOC 2023 contribution?

shrey141102 commented 6 months ago

yes you can do it. Try adding a GUI kinda thing