TarsCpp/servant
ruanshudong 37e4ec68fb fix tars.h cout log 2024-03-20 09:25:46 +08:00
..
jmem compiler on windows succ 2020-02-07 13:50:04 +08:00
libservant fix servantprx/adapterprx tars_set_push_callback nullptr protected 2024-03-17 18:39:40 +08:00
makefile fix tars-tools.cmake CMAKE_CXX_FLAGS_RELEASE&CMAKE_CXX_FLAGS_DEBUG 2024-02-26 21:21:20 +08:00
promise 修改 TypeAt 类模板实例化编译错误,如:TypeAt<0, char, int, double> n = 0; 2023-05-31 18:52:35 +08:00
protocol@a35c297d7f tc_file add toAbsolute 2024-01-21 18:47:47 +08:00
script fix create server script, change to bash 2020-11-25 16:49:55 +08:00
servant fix endpoint manager log 2024-03-14 17:27:41 +08:00
tup fix tars.h cout log 2024-03-20 09:25:46 +08:00
CMakeLists.txt fix tars-tools.cmake set TARS_SSL/TARS_MYSQL/TARS_HTTP2 depends tarscpp 2023-11-14 09:53:09 +08:00
README.md add tarscpp files 2018-09-05 11:26:21 +08:00
README.zh.md add tarscpp files 2018-09-05 11:26:21 +08:00

README.md

点我查看中文版

This project is the source code of the rpc implementation of the Tars framework C++ language.

Directory Features
wup Uniform communication protocol (tars/wup protocol) of rpc framework and codec implementation of protocol
protocol The return code of the underlying communication defined by the rpc framework and the communication interface file that interacts with the framework underlying service
servant/libservant Source code implementation of rpc framework
jmem Source code implementation of memory data structure component based on tars protocol
promise Source implementation based on promise asynchronous programming
makefile The makefile implementation of the compiled source code using the TARS framework C++ language
script Script tool to generate TARS service template code