mceSystems / node-jsc

A node.js port to the JavaScriptCore engine and iOS
Other
222 stars 16 forks source link

MacOS Support? #25

Open oscartbeaumont opened 4 years ago

oscartbeaumont commented 4 years ago

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