https://github.com/theprojectsx/flask-socketio-test
Flask Socket IO test chat room
https://github.com/theprojectsx/flask-socketio-test
Last synced: 5 months ago
JSON representation
Flask Socket IO test chat room
- Host: GitHub
- URL: https://github.com/theprojectsx/flask-socketio-test
- Owner: TheProjectsX
- Created: 2024-08-08T10:05:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T11:18:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T00:45:37.709Z (over 1 year ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Chat APP
This project is created using Flask and Flask-SocketIO.
This is just a Feature testing project
### RUN:
```bash
pip install requirements.txt
python app.py
```