From 9827e5d398a09b364d26a6a84c7cf3aa8a36de4c Mon Sep 17 00:00:00 2001 From: tomzhou Date: Fri, 5 Jun 2015 10:02:47 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15e70d1..d9ca118 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ third-party: libuvpp, libuv-java JNI code by Oracle. notes: to run node-android API from Rhino JS engine, add libs/js.jar in build path manually - for Android studio user, refer to https://github.com/InstantWebP2P/node-android/tree/android_studio + for Android studio user, refer to https://github.com/InstantWebP2P/node-android/tree/master ### Features From 0f354f5c33756127add330e7528a0d5de8e9e582 Mon Sep 17 00:00:00 2001 From: tomzhou Date: Wed, 19 Feb 2020 09:59:11 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d9ca118..5aebf5b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ third-party: libuvpp, libuv-java JNI code by Oracle. notes: to run node-android API from Rhino JS engine, add libs/js.jar in build path manually - for Android studio user, refer to https://github.com/InstantWebP2P/node-android/tree/master + for Android studio user, refer to [Master branch](https://github.com/InstantWebP2P/node-android/tree/master) ### Features @@ -32,8 +32,8 @@ third-party: libuvpp, libuv-java JNI code by Oracle. * DNS * URL * IPv6 -* for API usage, check https://github.com/InstantWebP2P/node-android/tree/master/src/com/iwebpp/node/tests -* WebSocket/WebSocketServer supported, check https://github.com/InstantWebP2P/node-android/tree/master/src/com/iwebpp/wspp/tests +* for API usage, check [API usages](https://github.com/InstantWebP2P/node-android/tree/master/src/com/iwebpp/node/tests) +* WebSocket/WebSocketServer supported, check [Unit tests](https://github.com/InstantWebP2P/node-android/tree/master/src/com/iwebpp/wspp/tests) * Connect middleware * Crypto: NACL support, public box,secret box,signature/verify * SecureWebSocket over NACL @@ -55,7 +55,7 @@ third-party: libuvpp, libuv-java JNI code by Oracle. * Implement 'public String content()' in 'MyScript' to return user script * Execute JS engine in a separate Java Thread with 'MyScript.execute()' * When authoring script, please use NodeCurrentContext(alias NCC) in node-android API -* For details, check https://github.com/InstantWebP2P/node-android/tree/master/src/com/iwebpp/node/js/tests +* For details, check [Unit Tests](https://github.com/InstantWebP2P/node-android/tree/master/src/com/iwebpp/node/js/tests) ### TODO