Skip to content

walosha/python-flask-chat-with-socket.io

Repository files navigation

CLIENT-SERVER-CONCURRENT-PROGRAM

This is a simple chat application which uses Python, Flask and Socket IO.

Installation

  1. Clone the repository.

    `$ python3 -m venv venv
    

    $ source venv/bin/activate `

  2. Install all the required libraries by running the following command

    pip install -r requirements.txt

Run

Execute the application by

python app.py

Design

| Login Screenenter image description here | Chat Windowenter image description here

`export FLASK_APP=app flask shell

from app import db, ChatMessage db.create_all() `

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published