staltz / react-native-node

Run a separate Node.js process behind a React Native app
MIT License
1.12k stars 33 forks source link

nodejs-mobile #14

Open fuzzyTew opened 6 years ago

fuzzyTew commented 6 years ago

This project links to a couple other projects at the top of the readme, but there's no mention of nodejs-mobile which at first glance appears to do the same thing but also for ios?

sartaj commented 6 years ago

The readme mentions nodejs-mobile may not be open source:

We are depending on this project by Janea Systems to open source their methods and include a proper open source license.

However, now it seems as if Janea Systems has MIT Licensed their React Native implementation.

The core project, nodejs-mobile, is forked from node-chakracore, meaning it inherits node's license.

Perhaps this would be a good opportunity to use their iOS implement in this project?

sartaj commented 6 years ago

Just realized this issue may be a duplicate. Issue is addressed here: https://github.com/staltz/react-native-node/issues/8#issuecomment-334679704