Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 314 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 314 Bytes

Flask-SocketIO-Chat

A simple chat application that demonstrates how to structure a Flask-SocketIO application.

To run this application install the requirements in a virtual environment, run python chat.py and visit http://localhost:5000 on one or more browser tabs.

$ python chat.py