├── CLIENT └── client.py ├── LICENSE └── SERVER ├── server.py └── src └── client.py /CLIENT/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/TCP_Chat/HEAD/CLIENT/client.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/TCP_Chat/HEAD/LICENSE -------------------------------------------------------------------------------- /SERVER/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/TCP_Chat/HEAD/SERVER/server.py -------------------------------------------------------------------------------- /SERVER/src/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/TCP_Chat/HEAD/SERVER/src/client.py --------------------------------------------------------------------------------