在线体验:https://chat.juenfy.cn 测试账号:13006789001 ~ 13006789010 密码:123456 或者自行注册
客户端传送门:https://github.com/Juenfy/cover-wechat-client
技术栈:lumen+workerman 目前实现的功能:
- 注册登录
- 好友查找、申请、添加
- 私聊、群聊(目前支持发送文本、表情、图片、视频)
- 消息通知
- 扫码加好友
- 个人信息
- 拍照更换头像、选择相册更换头像
- 朋友圈
- 更新私聊语音视频通话功能(WeRTC实现的)
- 等等其他小功能 会一直持续更新!!!
导入数据库cover_wechat.sql 改好env配置
git clone https://github.com/Juenfy/cover-wechat-api.git
cd cover-wechat-backend
cp .env.example .env
composer install
启动workerman服务
windows直接点击运行start_for_win.bat
linux运行
php artisan workerman start --start=all --d
运行项目
php -S localhost:8000 -t public
好好享受吧!!!