Python-socketio: What is difference between flask-socketio and python-socketio?

Created on 26 Mar 2019  路  3Comments  路  Source: miguelgrinberg/python-socketio

question

Most helpful comment

There is no better or worse, really. Use the stack that you like best.

All 3 comments

  • python-socketio is a dependency of flask-socketio.
  • python-socketio works with pretty much any Python web framework, while flask-socketio is obviously a Flask extension.

Which is best for production messaing app?
1 - Flask_socketio + gunicorn + eventlet
2 - python-socketio + gunicorn + aiohttp

There is no better or worse, really. Use the stack that you like best.

Was this page helpful?
0 / 5 - 0 ratings