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.
- Node.js 0.10.x compatible API
- Timer, set/clear Timeout/Interval
- EventEmitter
- Stream
- HttpParser
- HTTP
- HTTPP(run http over udp)
- TCP
- UDT(udp transport)
- DNS
- URL
- for API usage, check https://github.com/InstantWebP2P/node-android/tree/httpp/src/com/iwebpp/node/tests
- WebSocket/WebSocketServer supported, check https://github.com/InstantWebP2P/node-android/tree/httpp/src/com/iwebpp/wspp/tests
- Crypto
- TLS, HTTPS
- UDTS, HTTPPS
### License
(The MIT License)
Copyright (c) 2014 Tom Zhou(iwebpp@gmail.com)