Skip to content

Files

Latest commit

1280b3a · Oct 6, 2021

History

History
12 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 258 Bytes

RedChat

Fully decetralized p2p chat room made in one day!

usage

In main.py configure seed node and you should add ip addresses if you dont want to use local ips

# for seed node
python3 main.py <port> True
# client
python3 main.py <port> False