Client/Server text message chat app, based on Python socket module
Currently in development
Add user registration and autenthication mechanismAdd inbox to store user's messagesAdd tests- And multi-threading for several clients at once
Add PostgreSQL database to manage user data- Add GUI
To run start main.py
to run server and client.py
to start every new client
- standard Python modules: socket, pathlib, json, time, os
psycopg2
module- Add
PostgreSQL
credentials indatabase/database.ini
file
Client/Server socket-based app for 202/203/204/205/206 level of Z2J course