https://github.com/janeasystems/nodejs-mobile-samples
Repository for demo applications that use Node.js on Mobile
https://github.com/janeasystems/nodejs-mobile-samples
Last synced: about 1 year ago
JSON representation
Repository for demo applications that use Node.js on Mobile
- Host: GitHub
- URL: https://github.com/janeasystems/nodejs-mobile-samples
- Owner: JaneaSystems
- License: mit
- Created: 2017-08-24T16:32:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:47:37.000Z (over 3 years ago)
- Last Synced: 2025-04-09T23:14:32.840Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 11.1 MB
- Stars: 174
- Watchers: 15
- Forks: 113
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#unsupported)
:warning: The project is no longer being actively maintained by Janea Systems.
Forks of the repos have been created on a dedicated Github org to allow community-driven development to continue:
https://github.com/nodejs-mobile
# Node.js on Mobile - Code Samples
This is a collection of samples showcasing the use of [Node.js on Mobile](https://github.com/janeasystems/nodejs-mobile).
It contains the following samples:
* Android: [Native Gradle Sample](android/native-gradle)
* Android: [Native Gradle Sample using a Node Project folder](android/native-gradle-node-folder)
* iOS: [Native Xcode Sample](ios/native-xcode)
* iOS: [Native Xcode Sample using a Node Project folder](ios/native-xcode-node-folder)
* React-Native: [Suspend Resume Sample](react-native/SuspendResume)
* React-Native: [Use Native Modules](react-native/UseNativeModules)
* React-Native: [Use Multiple Channel Events](react-native/UseMultipleChannels)
* Cordova: [Cordova App With AngularJS](cordova-angularjs)
* Cordova: [Use Native Modules](cordova/UseNativeModules)