Skip to content

A fully responsive and functional chat web application with Python and JS library, SocketIO

License

Notifications You must be signed in to change notification settings

chiemerieezechukwu/flask-chat-flask-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Chat--Flask-socketio-

Getting started quickly

Clone this repository and rename the .env.example in the root of the project to .env

Install requirements with the requirements.txt file

$ pip install -r requirements.txt

Running on local machine

to get the server initialized for eventlet run

$ python run.py runserver

Running with Docker and Docker Compose

from the root folder run

docker-compose up

Render

There's a deployment on Render currently at: https://flask-chatrrr.onrender.com/