Skip to content

Releases: kassam-99/Simple-Chat-Python

Simple-Chat-Python

06 Feb 16:46
bb4ef47
Compare
Choose a tag to compare

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