add example/readme links

pull/10/head
stanleyzhu(朱宏伟) 2018-11-27 17:46:20 +08:00
parent a24748172e
commit ad1575baab
1 changed files with 6 additions and 6 deletions

View File

@ -3,9 +3,9 @@
目录名称 |功能
-----------------|----------------
QuickStartDemo | 开发快速入门的示例
PromiseDemo | promise编程的示例
HttpDemo | http服务端的示例
CoroutineDemo | 协程的示例
StressDemo | tars c++压测代码
PushDemo | tars push 模式demo
[QuickStartDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/QuickStartDemo) | 开发快速入门的示例
[PromiseDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/PromiseDemo) | promise编程的示例[]
[HttpDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/HttpDemo) | http服务端的示例
[CoroutineDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/CoroutineDemo) | 协程的示例
[StressDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/StressDemo) | tars c++压测代码
[PushDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/PushDemo) | tars push 模式demo