Ratchet - PHP的Websockets开发包
jopen
12年前
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拥有良好的文档和漂亮聊天的示例。