Skip to content
/ Qim Public
forked from Colocust/im

使用Tiny并结合Swoole开发的一个即时聊天工具

Notifications You must be signed in to change notification settings

gangweihua/Qim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Qim

使用Tiny-PHP+Swoole4实现的WebApp即时聊天工具。

  • 基于Tiny-PHP开发API
  • 基于Swoole4协程实现,可以同时支持数百万TCP连接在线
  • 数据使用MongoDb存储

框架

Tiny-PHP

git clone https://github.com/Colocust/Tiny tiny

依赖

需要Swoole-4.4.7或更高版本

pecl install swoole

需要MongoDB-4.2.1或更高版本

pecl install mongodb

需要Redis-5.0.2或更高版本

pecl install redis

启动服务器

php WebSocketServer.php

About

使用Tiny并结合Swoole开发的一个即时聊天工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%