Hi
As a theoretical exercise I want to know what would be required to port some javascript applications to run as desktop applications.
I will like to see
Element, a Matrix chat tool, running as a desktop application. Currently Element is running on Dooble (
You can test it here), so my guess is that we already have several of the libraries that it uses ported to OS/2.
But what is needed to have the
"desktop" version of Element running on OS/2 as stand alone?
It seems that part of the trick is
Electron ("If you can build a website, you can build a desktop app.")
It is needed for Electron to be ported? Is it some kind of compiler that will interpret Javascript to a desktop OS/2 app? Is it portable to OS/2 or we miss more things?
Regards