Best Flask open-source libraries and packages

Updated 2 years ago

Python room chat

RESTful API

This is one of the API projects needed to attain the subject distributed systems at UTP.

Installing and Running

  1. Make sure that you have python 3.+ (Anaconda 3.6), flask and pip installed on your computer.
  2. Fork and clone this repo on your computer.
  3. cd into the root directory and run python chat.py.
  4. Run python chat.py and point your browser to localhost:5000.

The Final Product!

Users stories

    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