nodejs-mobile / nodejs-mobile

Full-fledged Node.js on Android and iOS
https://nodejs-mobile.github.io
Other
458 stars 44 forks source link
android cordova ios javascript mobile nodejs react-native

Node.js for Mobile Apps

This is the main repository for Node.js for Mobile Apps, a toolkit for integrating Node.js into mobile applications.

Resources for Newcomers

The core library source code is in this repo. If you are looking for the source code for the plugins, you can find it at:

Project Goals

  1. To provide the fixes necessary to run Node.js on mobile operating systems.
  2. To investigate which features need to be added to Node.js in order to make it a useful tool for mobile app development.
  3. To diverge as little as possible from nodejs/node, while fulfilling goals (1) and (2).

Download

Binaries for Android and iOS are available at https://github.com/nodejs-mobile/nodejs-mobile/releases.

Documentation

(Old) Documentation can be found on the project website. Sample code is available in the (old) samples repo.

Disclaimer: documentation found in this repository is currently unchanged from parent repository and may only be applicable to upstream node.

Versioning

This project does NOT follow SemVer, instead it aims to reflect the upstream Node.js version is is based on.

nodejs-mobile version A.B.C is based on Node.js version A.B.*, while the C is incremented whenever there are any changes to our codebase, be them fixes, features or otherwise.

Build Instructions

Please see the BUILDING.md file in the doc_mobile folder in this source distribution.

Running tests

Please see the TESTING.md file in the doc_mobile folder in this source distribution.

Contributing

Please see the CONTRIBUTING file in the doc_mobile folder in this source distribution.