A simple, dynamic chatroom web application built on Flask-SocketIO
- Clone this repository
- Install the dependencies using
pip install -r requirements.txt
- Run
python3 server.py
orflask --app server run
to begin a local instance of the site - Open the url returned by the output of the above command, i.e.
http://127.0.0.0.1:5000
and begin chatting!
To enter the application as a new user, open the site in a new browser or tab.