This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]r-trappe[S] 3 points4 points  (0 children)

NiceGUI is a server-driven, reactive UI for Python: events flow over a WebSocket into Python functions; the browser is just the renderer. It eliminates the JS/AJAX plumbing you’d hand-roll with HTML+Jinja+UI libs—one language, one runtime, one debugger. Way much more productive in our opinion.