Retour au classement

atom/teletype

JavaScriptteletype.atom.io

Share your workspace with team members and collaborate on code in real time in Atom

atompackagecollaborative-editingrealtime-collaboration
Croissance des étoiles
Étoiles
2.4k
Forks
321
Croissance hebdomadaire
Issues
163
1.5k2k
nov. 2017sept. 2020août 2023juil. 2026
Artefactsnpmnpm install teletype
README
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.

demo

Installation

Command Line

  1. Install Atom 1.22 or newer

  2. In the terminal, install the package via apm:

    apm install teletype
    

GUI

  1. Install Atom 1.22 or newer
  2. Launch Atom
  3. Open Settings View using Cmd+, on macOS or Ctrl+, on other platforms
  4. Click the Install tab on the left side
  5. Enter teletype in the search box and press Enter
  6. 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

  1. Clone and bootstrap

    git clone https://github.com/atom/teletype.git
    cd teletype
    createdb teletype-test
    apm install
    
  2. Run the tests

    atom --test test
    
Dépôts similaires
atom/atom

:atom: The hackable text editor

JavaScriptnpmMIT Licenseatomeditor
atom.io
60.8k17.2k
miniflux/v2

Minimalist and opinionated feed reader

GoGo ModulesApache License 2.0feedrss
miniflux.app
9.5k911
shd101wyy/markdown-preview-enhanced

One of the 'BEST' markdown preview extensions for Atom editor!

HTMLOtheratomatom-package
shd101wyy.github.io/markdown-preview-enhanced
4.4k528
nteract/hydrogen

:atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.

TypeScriptnpmMIT Licensedata-sciencejupyter
nteract.gitbooks.io/hydrogen/
4k340
spacecowboy/Feeder

Android feed reader app

KotlinGNU General Public License v3.0androidjetpack-compose
2.9k194
mmcdole/gofeed

Parse RSS, Atom and JSON feeds in Go

GoGo ModulesMIT Licenseatom-feedrss-feed
2.9k219
martinrotter/rssguard

Feed reader (podcast player, basic XMPP client and also Gemini protocol client) which supports RSS/ATOM/JSON and many web-based feed services.

C++GNU General Public License v3.0rssaggregator
2.7k160
WCY-dt/MrRSS

A modern, cross-platform, and free AI RSS reader. 一个现代化、跨平台且免费的 AI RSS 阅读器.

GoGo ModulesGNU General Public License v3.0rss-readeratom
mrrss.ch3nyang.top
2.4k124
kurtmckee/feedparser

Parse feeds in Python

PythonPyPIOtheratomrss
feedparser.readthedocs.io
2.4k367
Rongronggg9/RSS-to-Telegram-Bot

A Telegram RSS bot that cares about your reading experience (calling for new maintainers: https://github.com/Rongronggg9/RSS-to-Telegram-Bot/issues/747)

PythonPyPIGNU Affero General Public License v3.0telegram-botrss
t.me/RSStT_Bot
2.1k364
feeddd/feeds

免费的公众号 RSS,支持扩展任意 APP

JavaScriptnpmrssatom
hamibot.com
2.1k84
fwcd/kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol

KotlinMIT Licensekotlinlanguage-server
2k249