Any Python front ends work well with python-socketio #1271
Answered
by
miguelgrinberg
jamesbraza
asked this question in
Q&A
-
I was using Streamlit for my front end, but I am learning it doesn't really play well with multithreading (and it considers Anyone have recommendation(s) on a Python front end that works well with I am trying to avoid writing JavaScript or HTML |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Nov 7, 2023
Replies: 1 comment
-
I don't believe that there is. And in case this isn't clear, it is not my intention to make the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jamesbraza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't believe that there is. And in case this isn't clear, it is not my intention to make the
Client
orAsyncClient
compatible with Python-in-the-browser solutions. The supported platforms for the client are CPython and PyPy.