在 iOS 中实现 Thrift 服务器

发布于 2024-12-23 14:30:40 字数 94 浏览 0 评论 0原文

如何使用thrift在iOS中实现服务器端?使用 thrift wiki,我能够弄清楚如何使用 thrift 编写客户端,但似乎没有编写服务器的文档。任何示例代码将不胜感激。

How do you implement the server side in iOS using thrift? Using the thrift wiki, I was able to figure out how to write a client using thrift, but there seems to be no documentation in writing the server. Any example code would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诠释孤独 2024-12-30 14:30:40

AFAIK 你不能在 Objective C 中使用服务器,因为只支持客户端绑定。不过,您可以使用 C/C++ 服务器绑定。您的用例是什么?在 iOS 设备上安装服务器似乎很奇怪。

以下是 C++ 使用文档的链接

AFAIK You can't have the server in Objective C as only the client bindings are supported. You can however use the C/C++ server bindings. What is your use case? It seems odd to have the server on an iOS device.

Here is the link to the C++ usage docs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文