Socket for GitHub
Detect suspicious packages in PRs
Socket CLI
Use Socket from the command line
Socket Web Extension
Use Socket from your browser
Socket Dependency Search
Find any package for your project
Integrations
Docs
Want to read all the docs? Start here
Customers
Check out our customer stories
Blog
Keep up to date with all the news
Changelog
Latest updates and enhancements
FAQ
Answers to common questions
Package Alerts
Learn about all Socket alerts
Glossary
Open source and security terms
Customer Stories
About
Why we built Socket
Love
See why developers love Socket
Careers
Join our team
Investors
Learn about our investors
Security
Our security practices
Why Socket?
Achievements
Packages
Comaintainers
18 packages
Order
Sort by
@coast-team/mnemonicjs
JavaScript port of the mnemonic encoder originally written in C by Oren Tirosh
@coast-team/mute-core
Core component of MUTE collaborative editor
@coast-team/mute-crypto
Algorithm generating a cryptographic key for MUTE collaborative session
@coast-team/mute-crypto-helper
Helper functions for mute-crypto package
@coast-team/sigver
Signaling server for Netflux API based on WebSocket
editorcrdt
Allow users to init and use collaborative textarea, using CRDT algorithms and broadcasting operations using websockets
logootsropes-crdt
Provides several data structures to represent a text in a ropes-like structure and manipulating it
logoots-structs
Provides several data structures to represent a text using a ropes-like structure and manipulating it
logoots-texteditor-client
# Installation ** In your client-side js folder** ``` npm install logoots-texteditor-client ``` If you don't have already install **browserify** ``` npm install -g browserify ``` Then: ``` grunt ```
logoots-texteditor-server
Server-side application creating a data-structure representing a text and initializing a network to allow clients to edit the text and broadcast theirs changes in real-time