sogou / srpc

RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.
Apache License 2.0
1.95k stars 385 forks source link

srpc-ctl: add async api for rpc; update templates and some other codes; #288

Closed holmes1412 closed 1 year ago

holmes1412 commented 1 year ago
  1. add async api for rpc;
  2. update output_path;
  3. change HTTP default port to 8080;
  4. update templates;
  5. update docs;