Hi guys,
Does PythonAnywhere work with flask_socketio?
I'm looking at building some simple webapps following Miguel Grinberg's tutorial on Flask: https://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent
Is there any work happening behind the scenes that will introduce this feature? If not, what is a suitable alternative to achieve bi-directional communication between a client and the server?
Thanks,
-Karl