https://github.com/easemob/web-im
环信 web im sdk
https://github.com/easemob/web-im
Last synced: over 1 year ago
JSON representation
环信 web im sdk
- Host: GitHub
- URL: https://github.com/easemob/web-im
- Owner: easemob
- Created: 2014-06-09T14:44:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T10:35:45.000Z (over 6 years ago)
- Last Synced: 2025-03-28T22:13:31.014Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.easemob.com
- Size: 17.5 MB
- Stars: 353
- Watchers: 77
- Forks: 184
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## 环信 WebIM sdk
测试环信WebIM请访问:https://webim.easemob.com
更多关于环信的开发文档请见:https://docs.easemob.com
##
## QA
### Q: IE8下总是提示**拒绝访问**
A: 请确保自己的demo地址是否通过web服务,以http协议访问
原因见: [XDomainRequest](https://developer.mozilla.org/zh-CN/docs/Web/API/XDomainRequest)
```
XDomainRequest为了确保安全构建,采用了多种方法。
- 安全协议源必须匹配请求的URL。(http到http,https到https)。如果不匹配,请求会报“拒绝访问”的错误。
```
### no such file or directory, scandir 'node_modules/node-sass/vendor'
`npm rebuild node-sass` is the official solution. Deleting your node_modules and running `npm install` will also do the trick.
https://github.com/sass/node-sass/issues/1579