https://github.com/eniompw/flasksocketchat
Simple chat app using Python Flask Socket.io and JS
https://github.com/eniompw/flasksocketchat
chat chat-application flask js messaging messenger python python3 socket-io socketio
Last synced: 2 months ago
JSON representation
Simple chat app using Python Flask Socket.io and JS
- Host: GitHub
- URL: https://github.com/eniompw/flasksocketchat
- Owner: eniompw
- License: mit
- Created: 2022-11-21T13:34:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T11:03:24.000Z (over 3 years ago)
- Last Synced: 2025-06-15T14:09:19.877Z (about 1 year ago)
- Topics: chat, chat-application, flask, js, messaging, messenger, python, python3, socket-io, socketio
- Language: HTML
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple chat app using Python Flask Socket.io and JS
## Install
pip install flask-socketio
## Files
* [app.py](https://github.com/eniompw/flask_socket/blob/main/app.py)
* [index.html](https://github.com/eniompw/flask_socket/blob/main/templates/index.html)
## Refs
* [JS Client Side](https://socket.io/get-started/chat#emitting-events)
* [Python Server Side](https://flask-socketio.readthedocs.io/en/latest/getting_started.html#rooms)