Unity2017可以使用grpc

(金庆的专栏 2017.8)

gRPC 是 Google 发布的多语言 RPC 库,见 https://github.com/grpc/grpc。

Unity 2017.1 .Net4.6 支持 async, await, 原来 grpc 在 Unity 上的限制已经消除。

http://www.sohu.com/a/156779221_280780?qq-pf-to=pcqq.group

Unity2017可以使用grpc


示例可以运行:https://github.com/ahakits/unity-grpc-sample

Unity2017可以使用grpc


示例自带Server, 也可以运行 grpc 的 hello world server 示例。
输入 127.0.0.1, 点"Ch" 创建 Channel.
然后输入一个名字,点 "Send" 即可收到应答并显示。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-06-22
  • 2021-05-28
  • 2021-07-27
猜你喜欢
  • 2021-11-22
  • 2021-06-27
  • 2021-06-20
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案