From 71bbfca2dc3806f6ca47c727f824129044f8cc74 Mon Sep 17 00:00:00 2001 From: gzydong <837215079@qq.com> Date: Wed, 2 Mar 2022 20:05:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f16e6cc..89525d2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ ## 1、简介 -这是一个使用Hyperf框架的开发的IM后端应用程序。此项目是 [LumenIM-Serve](https://github.com/gzydong/LumenIM-Serve) 的重构版本。 - Lumen-IM 是一个网页版在线即时聊天项目,前端使用 Element-ui + Vue ,后端使用 PHP + Swoole 进行开发。项目后端采用 Hyperf 框架。 - 基于 Swoole WebSocket 服务做消息即时推送 @@ -136,6 +134,10 @@ server { } ``` +### 前端地址 + +https://github.com/gzydong/LumenIM + ### 注意事项 1. 请确保 PHP 安装 openssl、redis 扩展