# instant-push **Repository Path**: vector-Maggie/instant-push ## Basic Information - **Project Name**: instant-push - **Description**: nodejs改进zilla-push项目,HTTP验证服务、TCP长连接服务、推送消息服务、持久化消息服务;SDK已初步完善... - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 33 - **Forks**: 13 - **Created**: 2014-04-29 - **Last Updated**: 2024-09-02 ## Categories & Tags **Categories**: message-server **Tags**: None ## README #instant-push * Nodejs改造的推送渠道,此项目是openfire的替代品 ##安装 * 调整instant服务器最大连接数量: * 如修改/etc/security/limits.conf 尾部添加 * * soft nofile 5000 * * hard nofile 20000 * 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) * windows:npm i forever -g