希望在 iOS 中的 UIWebView 与 javascript 与 Objective-c 中设备 websockets 服务器上的本地设备之间实现 websockets 通信。任何人都看过一个示例代码集,用于在 iOS 设备上设置本地 websocket 服务器,以便 web 视图的一半可以轻松地与本机容器通信,反之亦然?
问问题
7965 次
2 回答
2
我制作了一个在 iOS 上运行的 websocket 服务器。它是 libwebsockets 的包装器,代码在 github 上:https ://github.com/benlodotcom/BLWebSocketsServer 。
于 2013-01-23T19:40:01.603 回答
1
try this library https://github.com/robbiehanson/CocoaHTTPServer it has a MAC and IOS example with websockets.
于 2012-09-19T17:46:13.333 回答