/Simple-Chat-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

Primary LanguagePython

No issues in this repository yet.