Forums

Asynchronous Framework

Hello, Can we install and use asynchronous frameworks like - Sanic ? Thanks, Chandan

Not yet. It's on the roadmap.

Ok, thanks for the update.

We will let you know when it's ready.

Ok, can we use Flask with SocketIO?

I need to use websockets in Flask and installed flask-socketio. Imported this module in flask app and seeing below errors:

2023-03-26 13:02:53,615: Error running WSGI application 2023-03-26 13:02:53,618: ModuleNotFoundError: No module named 'flask_socketio'

Seems like I need to use virtual env for this. I will try this further..

Got it working in the virtualenv !

Glad to hear that!