Server side Blazor-like framework in Python?

hchrholm at online.no hchrholm at online.no
Sun Dec 15 13:46:36 EST 2019


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.


More information about the Python-list mailing list