A simple relay server that helps clients connect to each other.
- Easy to use
- Works on any operating system
- Simple JSON messaging
-
Start the server:
python main.py
-
Connect clients to
localhost:8765
Clients send JSON messages to:
- Register with a username
- Get other users' IP addresses
- Send messages to everyone
main.py- The servertest_client.py- Test client to try it out
MIT