An open API service indexing awesome lists of open source software.

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.

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
```