ruanshudong b1f718c5b2 feat: Application::ApplicationConfig to replace ServerConfig hace 1 año
..
AuthDemo 0a708f6d55 Fix the problem that the core will be when the independent communicator hace 2 años
ClientDemo b8bfceeae4 add clientdemo hace 2 años
CoroutineDemo 8b6fc35145 fix TC_Coroutine rpc all not open co hace 2 años
CustomDemo 6b383550a5 add unitttest hace 2 años
GrpcDemo 7d908b3797 fix windows encode utf8bom hace 2 años
HttpDemo 5e95c4e577 get rid of the singleton. You can start multiple applications in hace 3 años
PromiseDemo 68e20b7cf6 Add promise package. hace 2 años
PushCallbackDemo b1f718c5b2 feat: Application::ApplicationConfig to replace ServerConfig hace 1 año
PushDemo 6b383550a5 add unitttest hace 2 años
QuickStartDemo 15a440aece add PushCallbackDemo hace 1 año
SSLDemo 6d5f517be7 support http1, change file name same to taf hace 4 años
StressDemo 5229509b66 run-all succ except http hace 4 años
TestDemo dd724465aa Feat: Optimize ServantHandle hace 1 año
UdpDemo 6b383550a5 add unitttest hace 2 años
UtilDemo 6b383550a5 add unitttest hace 2 años
scripts 15a440aece add PushCallbackDemo hace 1 año
CMakeLists.txt dd724465aa Feat: Optimize ServantHandle hace 1 año
README.md dd724465aa Feat: Optimize ServantHandle hace 1 año

README.md

该工程是Tars入门示例的代码

目录名称 功能
AuthDemo 鉴权Demo
CustomDemo 自定义协议Demo
GrpcDemo GRPC Demo
PushCallbackDemo Push Callback Demo
SSLDemo SSL Demo
UdpDemo Udp Demo
QuickStartDemo 开发快速入门的示例
PromiseDemo promise编程的示例[]
HttpDemo http服务端的示例
CoroutineDemo 协程的示例
StressDemo tars c++压测代码
PushDemo tars push 模式demo