Node.js port of tinytim (A tiny, secure JavaScript micro-templating script)
Official library for using the Slack Platform's Real Time Messaging API
JavaScript SDK for Agora RTM
React Native around the Agora RTM SDKs for Android and iOS agora
A node-red module to interact with the Slack API
JavaScript SDK for Agora RTM
A wrapper for Agora RTM Web SDK to use with react/reactjs
To enhance communication security, Agora uses tokens to authenticate users before they access the Agora service, or joining an RTC channel.
A terminal that connects people, Agora platform, and AI agents.
`rtm-provider` 通过 `agora-rtm` 为 `@netless/forge-room` 提供实时消息服务。
LiveChat SDK in JS
React Native wrapper for Apxor RTM plugin
`forge-room` 是 Netless Forge 平台的核心房间管理模块,提供实时的协作房间基础设施。它为房间内的用户提供包括白板、文档、幻灯片等在内的各种实时协作应用。
Remember the Milk API Interface
JavaScript SDK for Agora RTM
RTM CLI
Remember the Milk API Interface
Simple API for Slack
263 云视频会议SDK
A CLI time machine for your GitHub repos. Forecast future maintenance risks before they break production.
A realtime API for use on ev3 robots with rtm-server
JavaScript SDK for anyRTC RTM
直播sdk二次封装(包含声网rtc,rtm)
TypeScript definitions for sarif-external-property-file-2.1.0-rtm.0.
The TinyTiM backend for Ruby Topic Maps. See http://tinytim.sourceforge.net/ for more information about TinyTiM.
Ruby Topic Maps is a Topic Maps engine written in Ruby. This backend engine uses any Java TMAPI 2.0 compatible backend. See http://www.tmapi.org/2.0/. You can provide your own TMAPI 2.0 compatible implementation or use one of the existing ones: * rtm-ontopia * rtm-tinytim * rtm-sesametm
==== Ruby Topic Maps (RTM) RTM is a Topic Maps engine written in Ruby. See http://rtm.topicmapslab.de/ for instructions. Several backends and extensions are available as separate gems. ==== Overview From a developer's perspective, RTM is a schema-less database management system. The Topic Maps standard (described below) on which RTM is based provides a way of creating a self-describing schema just by using it. ==== Quickstart require 'rtm' connection = RTM.connect # uses the default Ontopia in-memory backend topic_map = connection.create "http://example.org/my_topic_map/" some_topic = topicmap.get!("identifier_of_the_topic") some_topic["-"] = "default name for the topic" topic_map.to_xtm("my_xtm_file.xtm") ==== Topic Maps Topic Maps is an international industry standard (ISO13250) for interchangeably representing information about the structure of information resources used to define topics, and the relationships between topics. A set of one or more interrelated documents that employs the notation defined by this International Standard is called a topic map. A topic map defines a multidimensional topic space - a space in which the locations are topics, and in which the distances between topics are measurable in terms of the number of intervening topics which must be visited in order to get from one topic to another, and the kinds of relationships that define the path from one topic to another, if any, through the intervening topics, if any. In addition, information objects can have properties, as well as values for those properties, assigned to them. The Topic Maps Data Model which is used in this implementation can be found on http://www.isotopicmaps.org/sam/sam-model/. ==== Backends * rtm-ontopia: JRuby only, recommended, uses Ontopia: http://code.google.com/p/ontopia/ * rtm-tinytim: JRuby only, uses TinyTiM: http://tinytim.sourceforge.net/ * rtm-activerecord: uses a custom ActiveRecord schema ==== Extensions * rtm-tmql: Adds support for the Topic Maps Query Language (TMQL), http://isotopicmaps.org/tmql/ * rtm-tmcl: Adds support for the Topic Maps Constraint Language (TMCL), http://isotopicmaps.org/tmcl/ ==== License Copyright 2009 Topic Maps Lab, University of Leipzig. Apache License, Version 2.0