Hacker News new | ask | show | jobs
by awesomebytes 1774 days ago
I'd like to point to the excellent REMI [1] library that provides similar capabilities to Lona. You can create web apps by only writing Python. They can also be executed as GUI programs. You can even choose REMI to be the output backend of PySimpleGUI [2].

Not sure what the differences are, but good to know there are similar approaches :) Maybe every project can learn from each other. Thanks for sharing!

[1] https://github.com/dddomodossola/remi [2] https://pysimplegui.readthedocs.io/en/latest/