Popularity
5.9
Stable
Activity
0.0
Stable
586
77
84

Code Quality Rank: L4
Programming language: Java
License: GNU General Public License v3.0 or later
Tags: Other    

anode alternatives and similar packages

Based on the "Other" category.
Alternatively, view anode alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of anode or a related project?

Add another 'Other' Package

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 to the Android OS and libraries. The code is here;

  • 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.

More information

Please see the wiki for more information.