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

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.

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