/flask-chat-flask-socketio

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

Primary LanguageJavaScriptMIT LicenseMIT

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/