
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
collaborative-ace
Advanced tools
Binding for collaborative editing support in Ace Editor. Connects JSON CRDT str node to Ace Editor.
Makes a plain Ace editor instance collaborative by binding it to a JSON CRDT
document str node. This allows multiple users to edit the same document
json-joy JSON CRDT document concurrently through the Ace editor.
Installation:
npm install json-joy ace-builds collaborative-ace
Usage:
import {bind} from 'collaborative-ace';
import {Model} from 'json-joy/es2020/json-crdt';
// ...
const unbind = bind(str, editor);
// When done, unbind the binding.
binding.unbind();
Installation:
npm install json-joy ace-builds collaborative-ace react-ace react react-dom
Usage:
You use the <CollaborativeAce> component exactly the same as the <AceEditor>
component from react-ace, with the
only difference that you pass a str node from a JSON CRDT document instead of
a plain string value prop.
import {Model, s} from 'json-joy/lib/json-crdt';
import {CollaborativeAce} from 'collaborative-ace/lib/CollaborativeAce';
const model = Model.create(s.str('hello'));
const MyComponent = () => {
return <CollaborativeAce str={model.s.toApi()} />
};
FAQs
Binding for collaborative editing support in Ace Editor. Connects JSON CRDT str node to Ace Editor.
We found that collaborative-ace demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.