Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumory/gru-example
Gru使用示例 - Web Chat
https://github.com/sumory/gru-example
Last synced: 3 months ago
JSON representation
Gru使用示例 - Web Chat
- Host: GitHub
- URL: https://github.com/sumory/gru-example
- Owner: sumory
- Created: 2015-10-22T11:25:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T15:05:06.000Z (about 9 years ago)
- Last Synced: 2024-04-14T14:58:39.919Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.34 MB
- Stars: 61
- Watchers: 10
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gru-example基于[Gru](https://github.com/sumory/gru)的示例项目,即时应用最典型的代表就是IM,这个示例是一个基于Gru的web聊天应用。
#### 安装
- 需首先配置好Gru集群
- 集群配置详见Gru文档
- 若不需要集群,Gru项目只需要部署一个模块(spear)即可
- 本示例是一个Node.js项目,需先安装[Node.js](http://nodejs.org)
- clone下本示例
- npm install相关依赖
- 配置文件在config目录下,特别注意spearNode配置,此配置为一个可用的spear节点
- 运行node app.js,默认会加载config/dev.js配置文件,连接本地的spear节点#### screenshots
支持私聊、群聊