Flask-Simple-Chat

Flask-socketIO를 이용한 심플한 채팅 어플리케이션 예제 코드

MIT License

Stars
5
Committers
1

Flask-Simple-Chat

Flask-socketIO

Dependency & Version compatibility

Socket.IO . , requirements.txt .

GET STARTED

$ pip install -r requirement.txt
$ python chat.py
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 139-404-633
wsgi starting up on http://127.0.0.1:5000
...

References

https://github.com/miguelgrinberg/Flask-SocketIO-Chat

https://heodolf.tistory.com/125

https://python-socketio.readthedocs.io/en/latest/

https://flask-socketio.readthedocs.io/en/latest/