https://github.com/im-js/im.js-server
im.js 服务端代码,基于 cloverx 开发。
https://github.com/im-js/im.js-server
im-js socket-io
Last synced: 5 months ago
JSON representation
im.js 服务端代码,基于 cloverx 开发。
- Host: GitHub
- URL: https://github.com/im-js/im.js-server
- Owner: im-js
- Created: 2017-03-20T09:27:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T09:23:33.000Z (almost 9 years ago)
- Last Synced: 2025-04-21T06:42:03.286Z (9 months ago)
- Topics: im-js, socket-io
- Language: JavaScript
- Size: 71.3 KB
- Stars: 29
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# im.js.server
>[im.js](https://github.com/im-js/im.js) 服务端代码,基于 [cloverx](https://github.com/clover-x/cloverx) 开发。
## Requirements
* Node >= 7.6.0
* Redis >= 3.0.2
* Mysql >= 5.6.5
## Usage
先前往 `config` 目录,配置基本信息,然后
```shell
npm install
```
启动
```shell
npm run dev
```
## Nginx 配置参考
[x-config/nginx](https://github.com/plusmancn/x-config/tree/master/nginx)