Hello,
I have recently been building a framework for easily building cross-platform desktop applications (in this case Mac is all that matters) based on a web browser.
The "template" app for MacOS is created in Xcode and loads in a Javascript from a file and exposes an API to it which allows it to create a UI. I was wondering if this project supports MacOS as I would like to support Nodejs for that Javascript bundle to make it easier for developers.
Hello, I have recently been building a framework for easily building cross-platform desktop applications (in this case Mac is all that matters) based on a web browser. The "template" app for MacOS is created in Xcode and loads in a Javascript from a file and exposes an API to it which allows it to create a UI. I was wondering if this project supports MacOS as I would like to support Nodejs for that Javascript bundle to make it easier for developers.
Thanks