TarsGo icon indicating copy to clipboard operation
TarsGo copied to clipboard

A high performance microservice framework in golang. A linux foundation project.

Results 14 TarsGo issues
Sort by recently updated
recently updated
newest added

Draft1: Support streaming api like this: https://grpc.io/docs/languages/go/basics/#server-side-streaming-rpc。 ## proto.tars: ``` module ServerTest { interface RPCServant { // RPC API string Echo(string in); }; stream PushServant { // Stream API string...

推送服务使用go实现,订阅客户端为C++。尽管可以定义客户端的解析函数不比较IVersion是否一致,但是既然使用了原协议,是不是设置一下ResponsePacket的IVersion比较稳妥?

question

TarsGo supports asynchronous remote rpc calls similar to TarsCpp

good first issue

Usage cmake [options] cmake [options] cmake [options] -S -B Specify a source directory to (re-)generate a build system for it in the current working directory. Specify an existing build directory...

FIX SWEET32 Birthday attack : TLS vulnerability (CVE-2016-2183) in OpenSSL

我们现在使用targo进行开发,因为我们的项目中用到ORM库,需要对结构体定义一些标签,但是tar2go在编译之后生成的代码中,只有json标签,能不能考虑增加一些自定义的标签,这样就可以避免在数据库存储的时候,还要定义一套结构体进行转换。