From 0c6ecb3da38957e765b01eb29284cd0adeebf29c Mon Sep 17 00:00:00 2001 From: marlonlu Date: Tue, 27 Mar 2018 14:38:42 +0800 Subject: [PATCH] Add Java backend description into readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 447a7e4..7be6c7c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Pic 1: Before Using VasSonic | Pic 2: After Using VasSonic [Getting started with iOS](https://github.com/Tencent/VasSonic/blob/master/sonic-iOS/README.md) +[Getting started with Java](https://github.com/Tencent/VasSonic/blob/dev/sonic-java/README.md) + [Getting started with Node.js](https://github.com/Tencent/VasSonic/blob/master/sonic-nodejs/README.md) [Getting started with PHP](https://github.com/Tencent/VasSonic/blob/master/sonic-php/README.md) @@ -49,6 +51,7 @@ Any problem? 1. Learn more from the following sample.
[Android sample](https://github.com/Tencent/VasSonic/tree/master/sonic-android/sample)
[iOS sample](https://github.com/Tencent/VasSonic/tree/master/sonic-iOS/SonicSample)
+[Java sample](https://github.com/Tencent/VasSonic/tree/dev/sonic-java/sample/webapp)
[Node.js sample](https://github.com/Tencent/VasSonic/tree/master/sonic-nodejs)
[PHP sample](https://github.com/Tencent/VasSonic/tree/master/sonic-php/sample)
[React sample](https://github.com/Tencent/VasSonic/tree/master/sonic-react)
@@ -56,6 +59,7 @@ Any problem? 2. Read the following source code
[Android source code](https://github.com/Tencent/VasSonic/tree/master/sonic-android/sdk)
[iOS source code](https://github.com/Tencent/VasSonic/tree/master/sonic-iOS/Sonic)
+[Java source code](https://github.com/Tencent/VasSonic/tree/dev/sonic-java/src/main/java/com/github/tencent) [Node.js source code](https://github.com/Tencent/VasSonic/tree/master/sonic-nodejs)
[PHP source code](https://github.com/Tencent/VasSonic/tree/master/sonic-php/sdk)
[React source code](https://github.com/Tencent/VasSonic/tree/master/sonic-react)