Chat with random people
This app uses Flask-SocketIO
to serve realtime messages from one to second.
Maximum limit for data transfer using socket is set to 13500000.
set the SECRET_KEY
and DATABASE_URI
as environment variable for application use
$ python -m pip install -r requirements.txt
$ flask run
or
python wsgi.py