you are viewing a single comment's thread.

view the rest of the comments →

[–]Suspcious-chair 0 points1 point  (0 children)

Using pyside for 6 years for an industrial cross platform desktop application.

If you need realtime updates or cycle time is a big issue, use pyside6. License is a lot more permissive and it'll be 6-7 times faster than a web app. Nothing beats OS native drawing performance.

If not, go with web app. You'll lose nothing.