https://github.com/ajaichemmanam/react-flask-socketio
This is a base code for testing websocket connection between python flask with socketio as Server and react Webapp as client
https://github.com/ajaichemmanam/react-flask-socketio
python-flask react socketio
Last synced: 8 months ago
JSON representation
This is a base code for testing websocket connection between python flask with socketio as Server and react Webapp as client
- Host: GitHub
- URL: https://github.com/ajaichemmanam/react-flask-socketio
- Owner: ajaichemmanam
- Created: 2019-06-29T12:01:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T16:13:48.000Z (about 1 year ago)
- Last Synced: 2025-04-11T03:52:25.367Z (8 months ago)
- Topics: python-flask, react, socketio
- Language: JavaScript
- Homepage:
- Size: 6.39 MB
- Stars: 38
- Watchers: 0
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-flask-socketio
This is a base code for testing websocket connection between python flask with socketio as Server and react Webapp as client
Run server.py (localhost:5000)
Go to socketapp, Open CMD and type "npm start"
The data sent from python server is being displayed in the browser
Click on "Start/Stop" to start or stop sending data from the server
## Requirements
Requires Python 3+
npm i socket.io-client
pip install Flask-SocketIO
pip install gevent-websocket