Multiplateform chat application
- Server (Python + Flask)
- Desktop (Python + PyQt)
- Mobile (Flutter)
- Web (JS + React)
- Install the requirements
git clone https://github.com/Backslash0001/Knova-chat.git
cd knova-chat-master
pip install -r requirements.txt
2.1. Run the server
In development
python3 server/app.py
2.2. Run the desktop client
In development
python3 desktop/main.py
2.3. Run the mobile client
Not supported yet
flutter ...
2.4. Run the Web client
not supportted yet
...