融云SDK -- NodeJS
- 支持错误处理
- 支持自定义消息类型
- 覆盖融云提供的所有API
- 简单易用
初始化SDK,只需要在第一次引用时执行init方法。
var RongIM = require('rongim');
RongIM.init('Your App Key', 'Your App Secret');
- 融云官方文档: http://docs.rongcloud.cn/server.html
- LayGit的融云sdk: https://github.com/LayGit/rongcloud-nodejs
- crystaldust的融云sdk: https://github.com/crystaldust/server-sdk-nodejs