1.I have a flask_socketio app which is deployed on heroku. the flask app shows an index.html page when you call the url. Config for flask app Flask==2.0.2 gunicorn==20.1.0 eventlet==0.30.2 ...
I want that a socket.io server running in nodejs can receive message from client like python client, js client, etc. So I chose to use python-socketio for the python part. I started by trying to run ...