This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

yrb-actioncable
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

yrb-actioncable

A WebSocket provider for Y.js that works with ActionCable

Installation

With npm:

npm install yrb-actioncable

With yarn:

yarn add yrb-actioncable --save

Usage

import {Doc} from "yjs";
import {WebsocketProvider} from "yrb-actioncable";

const document = new Doc();
const provider = new WebsocketProvider(
  document,
  consumer,
  "SyncChannel",
  {path: "issues/1"}
);

Readme

Keywords

none

Package Sidebar

Install

npm i yrb-actioncable

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

99.1 kB

Total Files

16

Last publish

Collaborators

  • eliias