swoole-chatroom:使用swoole开发的聊天室服务端

时间:2024-05-25 04:12:39
【文件属性】:

文件名称:swoole-chatroom:使用swoole开发的聊天室服务端

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-25 04:12:39

PHP

聊天室 使用php 5.6 + 开发的聊天室。 服务端 php serve.php [-d] [-d] 后台作为守护进程运行 客户端 php client.php -u hsinlu -p hsinlu [-r] -u 用户名 -p 密码 [-r] 是否接受客户端指令,如果传递此参数将只接收服务端发来的数据 获取在线列表 list 获取消息记录 messages 发送消息 // 发送公共消息 chat::{content} // 发送频道消息 chat:channel={channel}:{content} // 发送私聊消息 chat:fd={fd}:{content} 通讯协议 所有消息传递均采用json格式 登录 客户端发送 ["login",{"username":"hsinlu","password":"hsinlu"}] 目前服务端未做完整的用户验证,username与


【文件预览】:
swoole-chatroom-master
----.gitignore(7B)
----app()
--------events.php(2KB)
--------Middlewares()
--------Repositories()
--------helpers.php(2KB)
----client.php(3KB)
----composer.json(431B)
----libs()
--------Pipe.php(853B)
--------App.php(137B)
--------Event.php(924B)
--------Server()
--------Container.php(1KB)
----README.md(2KB)
----serve.php(403B)

网友评论