An open API service indexing awesome lists of open source software.

https://github.com/iml1111/flask-simple-chat

Flask-socketIO를 이용한 심플한 채팅 어플리케이션 예제 코드
https://github.com/iml1111/flask-simple-chat

chat flask python socket-io

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

# Dependency & Version compatibility

Socket.IO 프로토콜은 서버와 클라이언트 간의 버전이 반드시 호환되어야만 동작합니다.
정상적인 실행을 위해, 반드시 requirements.txt에 기록된 버전으로 수행해주세요.

# GET STARTED

```shell
$ 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/