# php-comet **Repository Path**: loveve/php-comet ## Basic Information - **Project Name**: php-comet - **Description**: comet演示 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-08 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README php-comet ========= Comet聊天演示 很简单的原理: 客户端请求服务端获取数据,服务端检查是否有新数据,有就返回新数据,没有就轮询保持连接,直到有新数据进来