atom/teletype-client

Editor-agnostic library managing client interaction for peer-to-peer collaborative editing in Teletype for Atom

JavaScript

211

203 commits

updated Sep 28, 2022

See the code

README

Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

teletype-client

The editor-agnostic library managing the interaction with other clients to support peer-to-peer collaborative editing in Teletype for Atom.

Hacking

Dependencies

To run teletype-client tests locally, you'll first need to have:

  • Node 7+
  • PostgreSQL 9.x

Running locally

  1. 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
    
  2. Run the tests

    npm test
    

TODO

  • Document APIs

Contributors

jasonrudolph

200 commits

darangi

1 commits

icetee

1 commits

joewalnes

1 commits

atom/teletype-client

Editor-agnostic library managing client interaction for peer-to-peer collaborative editing in Teletype for Atom

JavaScript

211

203 commits

updated Sep 28, 2022

See the code

README

Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

teletype-client

The editor-agnostic library managing the interaction with other clients to support peer-to-peer collaborative editing in Teletype for Atom.

Hacking

Dependencies

To run teletype-client tests locally, you'll first need to have:

  • Node 7+
  • PostgreSQL 9.x

Running locally

  1. 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
    
  2. Run the tests

    npm test
    

TODO

  • Document APIs

Contributors

jasonrudolph

200 commits

darangi

1 commits

icetee

1 commits

joewalnes

1 commits

Languages

JavaScript

100.0%