Node-androidAndroid 本地服务器框架
兼容 Node.js API 的 Android 本地服务器框架。支持 libUV, TCP, UDT, HTTP/HTTPP, WebSocket。
node-android 用 Java 把 Node.js 的 API 重新实现了一遍,可在安卓设备上运行 Node.js。
特性:
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 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
评论