GitHunt
7W

7wp81x/TextChat

Simple text based chat via websocket with python client.

TextChat

Simple text based chat via websocket with python client.

Server Configuration:

  • open the chatserver.js file then change the wss://YOUR_SERVER_HERE.com to your server.
  • You can use render.com to host he chatserver.js

Install client on termux

apt install git python3 -y
git clone https://github.com/7wp81x/TextChat
cd TextChat
pip3 install aioconsole websockets
python3 client.py

Disclaimer!

this is was made only for fun, and 100% contains vulnerabilities. use at your own risk

Contributors

Created May 15, 2025
Updated September 1, 2025
7wp81x/TextChat | GitHunt