I used it directly on Android with termux and qpython, but never packed it into apk.
good question, comparison beyween projects is a good investigation method. they are really similar projects. flexx has more modularity and depends from powerful libraries like Tornado. Remi has its own webserver and has…
you are correct it could be theoretically pressed by someone else, but it should be really difficult because of the unpredictability of IDs. It should be simpler to attack flask or django based webinterfaces. doesn't it?
yes of course, you can include js libraries in App constructor and execute js by doing app_instance.execute_javascript(jscode)
correct, good point of view. thank you for the advice
thank you so much for the advice. however, as previously mentioned: technically it should be safe, the connected client can access only the exposed functions. furthermore each instance exposes methods identified by…
correct, they seems different but you can achieve "same results" with both. dash is really powerful for look n feel and for plots. but I see it a bit confusional for callbacks and object oriented development. I never…
you are right, it requires further explanation. it is intended to be used on localhost and also on the web, preferably on safe networks like VPN. it implements ssl encription and a basic http authentication. technically…
you are welcome :D
Never seen Shiny, I will give it a look. thank you
I hope you will feel ok with remi. ;-)
there are some additional container widgets than in the past that allows auto sizing and positioning. these are VBox HBox (for flex layouting) and GridBox. however someone successfully integrated bootstrap in his…
yeah, I also love repl.it it's surprisingly easy to use, and really powerful
yes, https is supported. you have to config 3 parameters in the "start" function call: certfile: ssl certificale filename keyfile: ssl key file ssl_version: authentication version (i.e. ssl.PROTOCOL_TLSv1_2). If None,…
No protection, it have to be intended as a full featured, standalone and remotable gui framework
It contains also a Graphical Editor https://github.com/dddomodossola/remi/tree/master/editor that produces directly python code. no transition metalanguages.
v1.2.2 18 days ago https://github.com/dddomodossola/remi/releases/tag/v1.2.2
Hello everyone, I'm the creator. I can reply your questions, if you want. last release was this month.
I used it directly on Android with termux and qpython, but never packed it into apk.
good question, comparison beyween projects is a good investigation method. they are really similar projects. flexx has more modularity and depends from powerful libraries like Tornado. Remi has its own webserver and has…
you are correct it could be theoretically pressed by someone else, but it should be really difficult because of the unpredictability of IDs. It should be simpler to attack flask or django based webinterfaces. doesn't it?
yes of course, you can include js libraries in App constructor and execute js by doing app_instance.execute_javascript(jscode)
correct, good point of view. thank you for the advice
thank you so much for the advice. however, as previously mentioned: technically it should be safe, the connected client can access only the exposed functions. furthermore each instance exposes methods identified by…
correct, they seems different but you can achieve "same results" with both. dash is really powerful for look n feel and for plots. but I see it a bit confusional for callbacks and object oriented development. I never…
you are right, it requires further explanation. it is intended to be used on localhost and also on the web, preferably on safe networks like VPN. it implements ssl encription and a basic http authentication. technically…
you are welcome :D
Never seen Shiny, I will give it a look. thank you
I hope you will feel ok with remi. ;-)
there are some additional container widgets than in the past that allows auto sizing and positioning. these are VBox HBox (for flex layouting) and GridBox. however someone successfully integrated bootstrap in his…
yeah, I also love repl.it it's surprisingly easy to use, and really powerful
yes, https is supported. you have to config 3 parameters in the "start" function call: certfile: ssl certificale filename keyfile: ssl key file ssl_version: authentication version (i.e. ssl.PROTOCOL_TLSv1_2). If None,…
No protection, it have to be intended as a full featured, standalone and remotable gui framework
It contains also a Graphical Editor https://github.com/dddomodossola/remi/tree/master/editor that produces directly python code. no transition metalanguages.
v1.2.2 18 days ago https://github.com/dddomodossola/remi/releases/tag/v1.2.2
Hello everyone, I'm the creator. I can reply your questions, if you want. last release was this month.