菜鸟教程小白 发表于 2022-12-13 09:53:04

iphone - 在 Objective-C 中使用 WebSocket


                                            <p><p>我尝试在 Objective-c 中使用 websockets 与以下两个库,但未成功:</p>

<p> <a href="http://code.google.com/p/unitt/wiki/UnittWebSocketClient" rel="noreferrer noopener nofollow">http://code.google.com/p/unitt/wiki/UnittWebSocketClient</a> </p>

<p> <a href="https://github.com/zootreeves/iOS-WebSockets" rel="noreferrer noopener nofollow">https://github.com/zootreeves/iOS-WebSockets</a> </p>

<p>在这两种情况下,我什至无法建立与服务器的基本连接(在 localhost 上运行)。我想知道是否有人可以提供或指出一些代码的方向,这些代码将只是通过 websocket 连接到服务器和/或执行握手。 </p>

<p>理想情况下,如果代码可以使用上述库之一,那就太好了,但在这一点上,我愿意接受任何可行的方法。</p>

<p>我已经发布了有关 UnitT beore 的一些问题,但我没有收到任何反馈,所以我不确定我到底在搞砸哪一步。感谢任何帮助,谢谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我们刚刚发布了<a href="https://github.com/square/SocketRocket" rel="noreferrer noopener nofollow">SocketRocket</a> .支持最新标准<a href="https://www.rfc-editor.org/rfc/rfc6455" rel="noreferrer noopener nofollow">RFC 6455</a> ,ZTWebSocket 和 Unitt 都没有。无需启动 CocoaAsyncSocket。</p>
<p>另外,<a href="https://github.com/lukeredpath/libPusher/tree/use-socketrocket-backend" rel="noreferrer noopener nofollow">libPusher is experimenting</a> SocketRocket 也是。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 在 Objective-C 中使用 WebSocket,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/8235616/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/8235616/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 在 Objective-C 中使用 WebSocket