랭킹으로 돌아가기
Share your workspace with team members and collaborate on code in real time in Atom
atompackagecollaborative-editingrealtime-collaboration
주요 지표
스타 성장
스타
2.4k
포크
321
주간 성장
—
이슈
163
1.5k2k
2017년 11월2019년 4월2020년 9월2022년 3월2023년 8월2025년 2월2026년 7월
아티팩트npm
npm install teletypeREADME
Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement
Teletype for Atom
An Atom package that lets developers share their workspace with team members and collaborate on code in real time.
Learn more at teletype.atom.io.

Installation
Command Line
Install Atom 1.22 or newer
In the terminal, install the package via apm:
apm install teletype
GUI
- Install Atom 1.22 or newer
- Launch Atom
- Open Settings View using Cmd+, on macOS or Ctrl+, on other platforms
- Click the Install tab on the left side
- Enter
teletypein the search box and press Enter - Click the "Install" button that appears
Hacking
This package is powered by three main components:
- teletype-crdt: The string-wise sequence CRDT that enables peer-to-peer collaborative editing.
- teletype-server: The server-side application that facilitates peer discovery.
- teletype-client: The editor-agnostic library that manages the interaction with other clients.
Dependencies
To run teletype tests locally, you'll first need to have:
- Atom 1.22 or later
- Node 7+
- PostgreSQL 9.x
Running locally
Clone and bootstrap
git clone https://github.com/atom/teletype.git cd teletype createdb teletype-test apm installRun the tests
atom --test test
관련 저장소