This is the main repository for Node.js for Mobile Apps, a toolkit for integrating Node.js into mobile applications.
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:
- To provide the fixes necessary to run Node.js on mobile operating systems.
- To investigate which features need to be added to Node.js in order to make it a useful tool for mobile app development.
- To diverge as little as possible from nodejs/node, while fulfilling goals (1) and (2).
Binaries for Android and iOS are available at https://github.com/nodejs-mobile/nodejs-mobile/releases.
(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.
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.
Please see the BUILDING.md file in the doc_mobile
folder in this source distribution.
Please see the TESTING.md file in the doc_mobile
folder in this source distribution.
Please see the CONTRIBUTING file in the doc_mobile
folder in this source distribution.