Skip to content

gabrielfern/NodeBase

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.6%
  • HTML 39.0%
  • Java 12.4%