# SocketChat-server **Repository Path**: PengGeee/socket-chat-server ## Basic Information - **Project Name**: SocketChat-server - **Description**: SocketChat的server端,基于express+mysql+socketio,仅供学习交流使用,侵权必删! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 131 - **Forks**: 40 - **Created**: 2022-03-26 - **Last Updated**: 2025-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Socket-Chat-Server 端 Socket-Chat 的服务器,基于 express+mysql+socket.io 实现,目前实现了基本的用户登陆注册,会话列表逻辑,好友增删,好友私聊等功能。后期会继续完善现有功能,并添加群聊,视频通话,后台管理等功能。 ## 项目演示 [【Socket-Chat】在线聊天系统项目(仿微信)express+vue+socketio\_哔哩哔哩\_bilibili](https://www.bilibili.com/video/BV1iY4y1s7pD) ## 在线 demo http://www.codeman.ink:666/ ## 安装步骤 1. mysql 中创建一个名为 socket_chat 的数据库 2. 项目安装依赖 `npm install` 3. 启动项目 `npm start` ## 注意 1. 本项目需要 node 和 mysql 环境