v1s1t0r999 / Flask-SocketIO-Chat

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

Home Page:http://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent

License:MIT License


Languages

Language:Python 53.3%Language:HTML 46.7%