Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saucxs/happy-chat-node
一款聊天的技术产品,支持pc端,无线端,桌面端和android端。支持文字,emoji表情,https和http2.0,全局Router.beforEach实现数据埋点等,技术栈:vue+vuex+koa2+websocketIO+mysql+redis。桌面端(win)采用的electron实现,android端采用cordova。地址https://chat.chengxinsong.cn
https://github.com/saucxs/happy-chat-node
chat happy-chat socketio vue vuejs vuex websocket
Last synced: 11 days ago
JSON representation
一款聊天的技术产品,支持pc端,无线端,桌面端和android端。支持文字,emoji表情,https和http2.0,全局Router.beforEach实现数据埋点等,技术栈:vue+vuex+koa2+websocketIO+mysql+redis。桌面端(win)采用的electron实现,android端采用cordova。地址https://chat.chengxinsong.cn
- Host: GitHub
- URL: https://github.com/saucxs/happy-chat-node
- Owner: saucxs
- License: mit
- Created: 2019-03-08T03:18:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T10:24:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T13:45:43.405Z (18 days ago)
- Topics: chat, happy-chat, socketio, vue, vuejs, vuex, websocket
- Language: JavaScript
- Homepage:
- Size: 688 KB
- Stars: 33
- Watchers: 5
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [happy-chat-node](https://github.com/saucxs/happy-chat-node)
[![](https://img.shields.io/badge/Powered%20by-saucxs%20-brightgreen.svg)](https://github.com/saucxs/happy-chat-node)
[![GitHub license](https://img.shields.io/github/license/saucxs/happy-chat-node.svg)](https://github.com/saucxs/happy-chat-node/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/saucxs/happy-chat-node.svg)](https://github.com/saucxs/happy-chat-node/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/saucxs/happy-chat-node.svg)](https://github.com/saucxs/happy-chat-node/network)
[![GitHub issues](https://img.shields.io/github/issues/saucxs/happy-chat-node.svg)](https://github.com/saucxs/happy-chat-node/issues)乐聊,一个快乐聊天的应用,支持pc端和无线端。技术栈:vue+vuex+koa+websocketIO+mysql+redis。线上地址:https://chat.chengxinsong.cn
## 1、功能
+ 版本v 1.0.0
- [x] 1、支持注册用户和邮件激活用户;
- [x] 2、支持登陆
- [x] 3、支持机器人聊天;
- [x] 4、支持加好友,一对一聊天;
- [x] 5、支持创建群,加群,一对多聊天;
- [x] 6、支持删除好友,退出群
- [x] 7、支持个人信息编辑
- [x] 8、支持添加好友备注
- [x] 9、支持聊天中文字发送
- [x] 10、支持浏览器:Chrome,Firefox,Safari,IE9及以上;+ 版本v 1.1.0
- [x] 1、支持聊天中表情发送
- [x] 2、支持聊天内容分页获取,滚动条保持在分页时候的地方
+ 版本v 1.1.1
- [x] 1、支持https和http2.0,前端路由模式history+ 版本v 1.1.2
- [x] 1、数据埋点,页面PV相关数据统计
- [x] 2、登陆日志统计
+ 版本v 1.1.3
- [x] 1、留言反馈模块
- [x] 2、支持用户名登陆修改密码
## 2、线上地址https://chat.chengxinsong.cn
## 3、源码使用
```
git clone https://github.com/saucxs/happy-chat-node.gitcd happy-chat-node
npm i
npm run start
```## 4、截图
聊天
![chat](./images/chat.png)
机器人
![robot](./images/robot.png)
消息列表
![message](./images/message.png)
通讯录
![contact](./images/contact.png)
个人信息
![personal](./images/personal.png)
等等
## 5、源码地址
项目采用前后端分离,暂时没有给出数据库,有需求可以联系我。
+ 前端代码:https://github.com/saucxs/happy-chat-web
+ 后端代码:https://github.com/saucxs/happy-chat-node## 6、相应文章
+ [happyChat开发系列:使用websocket.io实现双向通信的乐聊大前端开发](http://www.chengxinsong.cn/post/40)
+ [【nginx系列】nginx升级到支持HTTP2.0](https://www.mwcxs.top/page/784.html)## 7、最后
欢迎fork和star,有问题提issue