I have a very simple flask application that integrates flask-socketio, and I am trying to run my server using the flask run
command on my terminal. I have read the documentation and this should do the job, however the output is the following, and I cannot reach my server on 127.0.0.1:5000
I would really appreciate any help :)