node-android
Node.js rewrite for Android with the compatible API.
third-party: libuvpp, libuv-java JNI code by Oracle.
Usage:
clone the code, open Android eclipse ADT and import the project.
Features
- Node.js 0.10.x compatible API
- libUV native support
- Timer, set/clear Timeout/Interval
- EventEmitter
- Stream
- HttpParser
- HTTP
- HTTPP(run http over udp)
- TCP
- UDT(udp transport)
- DNS
- URL
- for API usage, check node.js API test case
- WebSocket/WebSocketServer supported, check WebSocket API test case
TODO
- Crypto
- TLS, HTTPS
- UDTS, HTTPPS
Discussion Group
Discussion Group
License
(The MIT License)
Copyright (c) 2014 Tom Zhou(iwebpp@gmail.com)