登录 注册
当前位置:主页 > 资源下载 > 33 > Rocket.Chat.RealTime.API.RxJS: 一种抽象方法,用于通过RxJS实现对Rocket.Chat实时API的调用

Rocket.Chat.RealTime.API.RxJS: 一种抽象方法,用于通过RxJS实现对Rocket.Chat实时API的调用

  • 更新:2024-10-17 08:25:17
  • 大小:107KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Rocket.Chat.RealTime.API.RxJS 使用的方法的 安装 npm install --save rocket.chat.realtime.api.rxjs 对于RxJS v5版本的软件包 npm install --save rocket.chat.realtime.api.rxjs@1.0.0 用法 import { RealTimeAPI } from "rocket.chat.realtime.api.rxjs"; const realTimeAPI = new RealTimeAPI("wss://demo.rocket.chat/websocket"); // Provide, URL to the Rocket.Chat's Realtime API. realTimeAPI.keepAlive().subscribe(); // Responds