https://github.com/paddybyers/anode
Android framework for node.js applications
https://github.com/paddybyers/anode
Last synced: about 1 year ago
JSON representation
Android framework for node.js applications
- Host: GitHub
- URL: https://github.com/paddybyers/anode
- Owner: paddybyers
- License: other
- Created: 2011-10-19T10:24:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T10:11:26.000Z (about 12 years ago)
- Last Synced: 2025-03-29T13:11:32.741Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 2.5 MB
- Stars: 582
- Watchers: 76
- Forks: 80
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/paddybyers/anode
README
## Introduction
Anode is an embryonic framework for running node.js applications on Android. There are two main parts to this:
- a port of [node.js](https://github.com/joyent/node) to the Android OS and libraries. The code is [here](https://github.com/paddybyers/node);
- a set of Android projects (this repo) that provide the integration with the Android frameworks.
Anode builds to an Android application package (.apk) that encapsulates the node.js runtime and can run node.js applications through an intent-based API.
## Status
This work is at an early stage. All input is welcome.
The current target is to support node.js applications, invoked by intent. Multiple instances can be run in parallel. Modules (or addons) for node.js written in JavaScript or native are supported, and support for modules implemented in Java is on the roadmap.
This framework depends on a port of node [here](https://github.com/paddybyers/node).
## More information
Please see the [wiki](https://github.com/paddybyers/anode/wiki/Anode) for more information.