Skip to content

Files

Latest commit

 

History

History
11 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 365 Bytes

PHPWebIM

使用PHP+Swoole实现的网页即时聊天工具

  • 全异步非阻塞Server,可以同时支持数百万TCP连接在线
  • 基于websocket+flash_websocket支持所有浏览器和平台
  • 支持单聊/群聊/组聊等功能
  • 永久保存聊天记录
  • 基于ServerPUSH的全动态页码,登录/登出/状态等会页码内容会即时更新