2019年9月12日

尝试在iOS上使用gRPC

摘要: 简介 gRPC,google的远程过程调用框架,传输协议使用 HTTP2, 序列化协议使用 protobuf。gRPC 使用 HTTP2 传输协议传输 protobuf 序列化的二进制数据,有极高的效率、极低的资源占用率。github仓库地址:https://github.com/grpc/grpc 阅读全文

posted @ 2019-09-12 16:20 我来乔23 阅读(2233) 评论(0) 推荐(0) 编辑

Windows+Qt使用gRPC

摘要: 上篇文章《Windows+VS2017使用gRPC》编译出了Windows下可用的gRPC静态lib库文件,在此基础上要想在Qt上使用,需要使用MSVC2017 64bit构建组件进行构建。 grpc-server 新建基于Widget的Qt工程grpc-server Widget.h 123456 阅读全文

posted @ 2019-09-12 15:57 我来乔23 阅读(4518) 评论(0) 推荐(1) 编辑

Windows+VS2017使用gRPC

摘要: gRPC官方Windows安装说明: Install Visual Studio 2015 or 2017 (Visual C++ compiler will be used). Install Git. Install CMake. Install Active State Perl (choco 阅读全文

posted @ 2019-09-12 11:49 我来乔23 阅读(9992) 评论(3) 推荐(4) 编辑

导航