https://github.com/katagaki/sockpuppet
Flask-SocketIO implementation in Python and React.
https://github.com/katagaki/sockpuppet
flask python react socketio vite web websocket
Last synced: about 1 month ago
JSON representation
Flask-SocketIO implementation in Python and React.
- Host: GitHub
- URL: https://github.com/katagaki/sockpuppet
- Owner: katagaki
- License: cc0-1.0
- Created: 2024-10-11T08:32:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T07:32:35.000Z (4 months ago)
- Last Synced: 2025-04-30T21:54:16.627Z (about 1 month ago)
- Topics: flask, python, react, socketio, vite, web, websocket
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SockPuppet
Simple Flask-SocketIO implementation in Python with a simple React webpage as its client.
## Start Server
```sh
gunicorn --bind=0.0.0.0:1234 --worker-class eventlet -w 1 --log-level info app:app
```## Start Client
```sh
npm start
```