Skip to content

Chat with random people without any login with Python and Socket.io

License

Notifications You must be signed in to change notification settings

hakiKhuva/random-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-chat

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.

Run the application

set the SECRET_KEY and DATABASE_URI as environment variable for application use

Install requirements

$ python -m pip install -r requirements.txt

Run the app

$ flask run

or

python wsgi.py