Ratchet - PHP的Websockets开发包
Ratchet是一个基于 PHP的 WebSockets开发包。连接可以保持打开,然后客户端和服务器都可以相互推送消息,适合于开发实时应用程序。
它包含了多个组件:
- IoServer (the core to handle the events)
- WsServer (for communicating with W3C WebSocket API)
- SessionProvider (for handling the sessions)
- WampServer (provides the RPC and PubSub patterns)
- FlashPolicy (Flash fallback for unsupported browsers)
- IpBlackList (prevent any IPs from opening connections)
Ratchet拥有良好的文档和漂亮聊天的示例。
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!