brpc/example/thrift_extension_c++
2022-12-14 20:13:26 +08:00
..
client2.cpp brpc源码 2022-12-14 20:13:26 +08:00
client.cpp brpc源码 2022-12-14 20:13:26 +08:00
echo.thrift brpc源码 2022-12-14 20:13:26 +08:00
Makefile brpc源码 2022-12-14 20:13:26 +08:00
native_client.cpp brpc源码 2022-12-14 20:13:26 +08:00
native_server.cpp brpc源码 2022-12-14 20:13:26 +08:00
README.md brpc源码 2022-12-14 20:13:26 +08:00
server2.cpp brpc源码 2022-12-14 20:13:26 +08:00
server.cpp brpc源码 2022-12-14 20:13:26 +08:00

Note: Only thrift framed transport supported now, in another words, only working on thrift nonblocking mode.

summary: echo_client/echo_server: brpc + thrift protocol version native_client/native_server: native thrift cpp version