Basic chat between one client and server, use the socket module to establish a connection. The server listens for incoming connections, accepts the client, and then both communicate using send and recv methods
- Updated Feb 6, 2024
- Python
Basic chat between one client and server, use the socket module to establish a connection. The server listens for incoming connections, accepts the client, and then both communicate using send and recv methods
In this project, I wrote a simple chat program in python using the udp protocol.
Add a description, image, and links to the chat-server-python topic page so that developers can more easily learn about it.
To associate your repository with the chat-server-python topic, visit your repo's landing page and select "manage topics."