RaptorChat is a simple chat made in Python. It allows to communicate with other users over a home/local network.
- Install the depenencies with
pip install -r requirements.txt. - Set the desired port and the IP address of the server in
RCConfig.json. - Run
python RCServer.pyon the server andpython RCClient.pyon the clients
A computer with a server can also be running a client.
You may need to make an exception in your firewall settings.
Windows: working
Linux: working (DM/WM required)
MacOS: not planned