Skip to content

7wp81x/TextChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple text based chat via websocket with python client.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published