This is one of the API projects needed to attain the subject distributed systems at UTP.
- Make sure that you have
python 3.+ (Anaconda 3.6)
,flask
andpip
installed on your computer. - Fork and clone this repo on your computer.
cd
into the root directory and runpython chat.py
.- Run
python chat.py
and point your browser tolocalhost:5000
.
- I) You can create both users and rooms as a client.
- II) You can join users to rooms and leave when you want
- III) Messages can be read and written in the same room by all customers
This algotihm is based on the next repository and all rights are reserved to him /~https://github.com/miguelgrinberg/Flask-SocketIO-Chat