https://github.com/katagaki/sockstar
FastAPI SocketIO implementation in Python and React.
https://github.com/katagaki/sockstar
fastapi python react socketio vite web websocket
Last synced: 3 months ago
JSON representation
FastAPI SocketIO implementation in Python and React.
- Host: GitHub
- URL: https://github.com/katagaki/sockstar
- Owner: katagaki
- License: cc0-1.0
- Created: 2024-11-08T03:53:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T06:28:42.000Z (4 months ago)
- Last Synced: 2025-02-26T01:43:27.615Z (3 months ago)
- Topics: fastapi, python, react, socketio, vite, web, websocket
- Language: JavaScript
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SockStar
Simple FastAPI SocketIO implementation in Python with a simple React webpage as its client.
## Start Server
```sh
gunicorn --bind=0.0.0.0:1234 -k uvicorn.workers.UvicornWorker app:socketio_app
```## Start Client
```sh
npm start
```