Editor-agnostic library managing client interaction for peer-to-peer collaborative editing in Teletype for Atom
JavaScript
211
203 commits
updated Sep 28, 2022
The editor-agnostic library managing the interaction with other clients to support peer-to-peer collaborative editing in Teletype for Atom.
To run teletype-client tests locally, you'll first need to have:
Clone and bootstrap
git clone https://github.com/atom/teletype-client.git
cd teletype-client
cp .env.example .env
createdb teletype-server-test
npm install
Run the tests
npm test
JavaScript
100.0%
Editor-agnostic library managing client interaction for peer-to-peer collaborative editing in Teletype for Atom
JavaScript
211
203 commits
updated Sep 28, 2022
The editor-agnostic library managing the interaction with other clients to support peer-to-peer collaborative editing in Teletype for Atom.
To run teletype-client tests locally, you'll first need to have:
Clone and bootstrap
git clone https://github.com/atom/teletype-client.git
cd teletype-client
cp .env.example .env
createdb teletype-server-test
npm install
Run the tests
npm test
JavaScript
100.0%