Not to mention Flask and Django, both popular tools for making front ends, but 
the question wasn't about which personal opinions people have about this or 
that. I was wondering how one could make something similar to server side 
Blazor in Python. In particular, whether there are libraries that could be 
helpful. You would at least need some server side websocket code for managing 
connections and state, and preferably some templating system that could be 
translated to DOM elements mixed with data and event bindings the way the 
component model would need them. The component model itself should be possible 
to port from the Blazor source code.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to