Simple text based chat via websocket with python client.
- open the
chatserver.js
file then change thewss://YOUR_SERVER_HERE.com
to your server. - You can use render.com to host he chatserver.js
apt install git python3 -y
git clone https://github.com/7wp81x/TextChat
cd TextChat
pip3 install aioconsole websockets
python3 client.py
this is was made only for fun, and 100% contains vulnerabilities. use at your own risk