68831c016ffb0e4073b6a29db67f6f0d52cf71d8
here is simple online chat what can be runned in cmd
how to run server on windows 10 / 11 in powershell
- python -m venv venv
- venv/scripts/Activate
- pip install -r reqs.txt
- sanic server.app -H 0.0.0.0 -p 80
how to run clear client
- python -m venv venv
- venv/scripts/Activate
- pip install -r reqs.txt
- python client.py
to do
- rsa
Languages
Rust
45.8%
Python
34.7%
Shell
19.5%
