NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-native-script: NativeScript's iOS runtime refactored as node-jsc native module

MCE-KobyBo opened this issue · comments

Hi,
I'm Koby Boyango, a senior researcher and developer at mce, and I've created node-jsc, an experimental port of node.js to the JavaScriptCore engine and iOS specifically.

As part of the project I've also created node-native-script, NativeScript's iOS runtime refactored as node-jsc native module. See node-native-script's README to read more about thee changes I've made. It is an experiment and still in early stages, but it seems to work great.

So first of all, I just wanted to share this project with the NativeScript community, and tell you you've done an amazing job with the iOS runtime :) If it's not the place, or you rather continue talking about it somewhere else, feel free to close this issue.
Second, as I've made some changes and updated the runtime to use a newer version of WebKit (using the JSCOnly port, compiled as static libraries, using CMake), I would love to discuss it with you and create pull requests for any relevant changes.

Hi @MCE-KobyBo,

Thank you for sharing your project with us. Congrats for the great job you've done with both node-jsc and node-native-script! We'll definitely take a closer look and try it out!