Hacker News new | ask | show | jobs
by 999900000999 41 days ago
NiceGUI is MIT licensed. Not perfect , but no bizarre shenanigans when it comes to releasing commercial software.
1 comments

How has your experience with NiceGUI been like? I was thinking about giving it a try some day but didn't get the chance to do so.
it's chill, works well. way better than streamlit but out of box i'm not a huge fan of material ui in nicegui. but good lord it actually behaves like an app. events and state management via event queue between the browser are great. it just looks kinda ugly, but you can at least rapidly prototype a working web app really quickly with it. solid for office tooling. i've moved on from python apps though, i for whatever reason just woke up one day and decided im tired of runtime dependencies and i wanted compiled binaries serving up whatever.
Thanks for the answer. Sounds alright for the one's stuck with the Python ecosystem I suppose.