15 Star 15 Fork 6

V神 / instant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
V神 提交于 2014-06-10 17:07 . instant推送服务 生成环境

#instant

  • Nodejs改造的推送渠道,此项目是openfire的替代品,它将会是一个im服务接入口,实现消息持久化、设备状态查询、web管理界面等特性

##安装

  • redis环境(默认不加密和持久,只做会话保存)
  • mongodb环境(默认不加密,有需要自己修改models文件夹mongodb.js)
  • nodejs环境(windows、*nix)
  • cd instant-push
  • npm install (ps:msgpack需要安装一些c++编译环境gyp)
  • *nix:npm i pm2 -g (ps:pm2使用自行google)eg: pm2 start /xxx/instant-push/pm2.json
  • windows:npm i forever -g
JavaScript
1
https://gitee.com/vector-Maggie/instant.git
git@gitee.com:vector-Maggie/instant.git
vector-Maggie
instant
instant
master

搜索帮助