Hi
Like always I don't know much about this subject and that is why I'm asking.
What is needed to have javascript applications running under OS/2 as compiled applications?
I noticed that now it is very common for developers to quickly create multiplatform javascript applications that runs on web, iOS, Android, MacOS, Windows and Linux, and those are very small team of people, so I'm guessing that the magic happens on the framework.
Is it the trick to have
node.js ported to OS/2-eCS-ArcaOS ?
For example I was checking
Riot IM (Chat tool). It runs on several platforms and also on OS/2's Firefox (with videoconference and audio limitations). Riot seems to use node library (node.js), libEGL - LIBGLES(Mesa EGL) and ffmpeg.
What about the javascript implementation that is on Firefox for OS/2? can something of that be reused to be able to run the apps directly on the OS with the browser?
I also looked arround to see any "Node.js over Qt" implementation, I found some projects, but nothing that I can notice for sure that it is working. Any comments or experience on that idea?
Regards