Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

leancloud-realtime

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leancloud-realtime

LeanCloud Realtime Message JavaScript SDK

  • 2.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.5K
decreased by-9.5%
Maintainers
2
Weekly downloads
 
Created
Source

LeanCloud 实时通信 JavaScript SDK

Build Status npm Bower David

使用方法请看 官方文档

贡献

如果你希望为这个项目贡献代码,请按以下步骤进行:

  • fork 这个项目
  • 在目录中执行 npm install 安装所需 node 依赖包
  • 在目录中执行 bower install 安装所需 Web 依赖库
  • 执行 grunt dev 浏览器打开 http://localhost:8000 本地进行调试
  • 修改 src 目录中的源码,系统会自动生成调试代码
  • 确保 grunt test 的测试全部 pass
  • 提交改动并发起 PR,请不要提交 dist 与 lib 下的变动

项目的目录结构说明如下:

.
├── demo            // demo
├── dist            // 浏览器环境使用的编译产出(browserify)
├── lib             // node 环境使用的编译产出(babel)
├── plugin          // 浏览器 Websocket 降级插件
├── src             // 源码
│   ├── tool            // 工具方法
│   ├── AV.realtime.js  // 暴露全局变量的主文件版本
│   └── realtime.js     // 主文件
└── test            // 测试
    └── browser         // 浏览器版本

支持

  • 如果你发现了新的 bug,或者有新的 feature request,请新建一个 issue
  • 在使用过程中遇到了问题时
    • 如果你购买了技术支持服务,请新建一个 ticket。
    • 也可以在论坛提问、讨论。

官方新版本发布流程

  • 修改代码中版本号及修改日期
  • 修改 package.json 与 bower.json 中的版本号
  • 修改 changelog.md
  • grunt test
  • grunt release and commit all changed files
  • push to master
  • GitHub 生成 release 包(for bower)
  • 发布到 npm(npm publish,需 npm 协作者身份)
  • grunt upload 发布到 CDN

Keywords

FAQs

Package last updated on 03 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc