A "chat" made with Python Flask and for fun
Clone the repository and install all the requirements
$ pip install -r requirements.txt
To run the server just situate on the same level as server.py and
$ python3 server.py
Every chat you create is a txt file that store the messages on clear text on the same level as server.py
This is a crap shit chat made in about an hour or less