gabrielfern / NodeBase

Android NodeJS Platform to Build Sharable Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeBase

Android NodeJS Platform to Build Sharable Application (Android as a Server)

Share application with your friends in the same Wi-Fi!

How to use

  • (notice that in this repo, there is a prebuilt NodeJS v7.1.0 binary provided, download latest) put compiled NodeJS binary to app/src/main/res/raw/bin_node_v710
  • (if not use name of bin_node_v710) modify app/src/main/java/seven/drawalive/nodebase/Utils.java at R.raw.bin_node_v710
  • build to generate apk
  • install the apk on Android phone
  • do npm install in modules folder
    • to make node-gyp work, download GCC4droid from for example Google Play Store and then unzip the apk to get android gcc
  • adb push entire modules as /sdcard/.nodebase

Modules

Screenshots

About

Android NodeJS Platform to Build Sharable Application

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 48.5%Language:HTML 39.0%Language:Java 12.4%