hprose / hprose-objc

Hprose is a cross-language RPC. This project is Hprose 2.0 Client for Objective-C
MIT License
130 stars 19 forks source link

关于hprose中的service类问题 #17

Closed JohnWilley closed 6 years ago

JohnWilley commented 6 years ago

我看到Java中有一个类是HproseService 但是我看iOS的框架里面只有HproseClient 请问一下iOS这个框架可以做服务端吗?

andot commented 6 years ago

这个iOS版本只有客户端,没有服务端。

JohnWilley commented 6 years ago

问一下博主iOS后续版本会做服务端的吗

andot commented 6 years ago

iOS 平台本身没有提供实现一个 HTTP 服务器的 API,而且 iOS 平台也不支持后台运行程序,所以在 iOS 上实现一个服务器非常困难,而且似乎也没什么用处。