├── LICENSE ├── README.md ├── _config.yml ├── assets ├── 2021-05-21-09-25-56.gif ├── 2021-05-22-15-10-08.gif ├── Python-Sockets-Tutorial_Watermarked.webp └── Screenshot at 2021-05-21 10-47-40.png ├── bans.txt ├── client.py ├── docs ├── _config.yml └── index.md ├── server.py └── servers.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/_config.yml -------------------------------------------------------------------------------- /assets/2021-05-21-09-25-56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/assets/2021-05-21-09-25-56.gif -------------------------------------------------------------------------------- /assets/2021-05-22-15-10-08.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/assets/2021-05-22-15-10-08.gif -------------------------------------------------------------------------------- /assets/Python-Sockets-Tutorial_Watermarked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/assets/Python-Sockets-Tutorial_Watermarked.webp -------------------------------------------------------------------------------- /assets/Screenshot at 2021-05-21 10-47-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/assets/Screenshot at 2021-05-21 10-47-40.png -------------------------------------------------------------------------------- /bans.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/client.py -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/docs/index.md -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/server.py -------------------------------------------------------------------------------- /servers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamLucif3r/Chat-On/HEAD/servers.json --------------------------------------------------------------------------------