Backend for the encrypted chat service.
Here is a list of Python dependencies we're using right now:
Here is a step by step example of how you can get this server up and running:
Everything you need is to push the button below. You're welcome 😺
Let's go through the terminal commands that will bring you to the running app:
git clone https://github.com/MoarCatz/chat-server.git # Clone the code from Github
cd chat-server/
python3 installer.py # Install the server
python3 request_handler.py # Run
This server can:
- Receive requests from clients using WebSockets in realtime ⚡
- Decrypt and encrypt responses and replies 🔒
- Store the data in the database 📁
We will be happy to see your PRs. If you can, please consider these topics we would also like to recieve help with:
- Asynchronous programming
- Testing
- Performance
- Security Issues
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
Shoot us a mail at chat@alexfox.co. We will be happy to meet you ✨