SockPuppet Simple Flask-SocketIO implementation in Python with a simple React webpage as its client. Start Server gunicorn --bind=0.0.0.0:1234 --worker-class eventlet -w 1 --log-level info app:app Start Client npm start