An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it.](https://www.repostatus.org/badges/latest/unsupported.svg)](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)