Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 669 Bytes

'''# Python-Chat-App

Create by Herbert Wang ([email protected])

Using Flask-socketio with eventlet to allow mixed content http + wss:

pip install -r requirement.txt

to install requirements...

Start MonogoDB server by running

monogd

in a separate terminal

To run server, run

python chat.py

In if statement at the bottom, the first two lines are for eventlet localhost and 2 lines below are for Kite server.

Relevant Links

https://flask-socketio.readthedocs.io/en/latest/ https://developer.chrome.com/extensions/messaging'''