{"id":13544732,"url":"https://github.com/atom/teletype-server","last_synced_at":"2025-04-02T14:31:51.525Z","repository":{"id":26922044,"uuid":"91818219","full_name":"atom/teletype-server","owner":"atom","description":"Server-side application that facilitates peer discovery for collaborative editing sessions in Teletype","archived":true,"fork":false,"pushed_at":"2022-12-07T23:20:30.000Z","size":419,"stargazers_count":118,"open_issues_count":12,"forks_count":55,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-11-03T11:34:12.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-19T15:11:06.000Z","updated_at":"2024-05-17T16:46:07.000Z","dependencies_parsed_at":"2023-01-14T05:37:16.091Z","dependency_job_id":null,"html_url":"https://github.com/atom/teletype-server","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fteletype-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fteletype-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fteletype-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fteletype-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atom","download_url":"https://codeload.github.com/atom/teletype-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246832492,"owners_count":20841178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T11:00:52.853Z","updated_at":"2025-04-02T14:31:46.500Z","avatar_url":"https://github.com/atom.png","language":"JavaScript","readme":"##### Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our [official announcement](https://github.blog/2022-06-08-sunsetting-atom/)\n # teletype-server\n\nThe server-side application that facilitates peer discovery for collaborative editing sessions in [Teletype](https://github.com/atom/teletype).\n\n## Hacking\n\n### Dependencies\n\nTo run teletype-server locally, you'll first need to have:\n\n- Node 7+\n- PostgreSQL 9.x\n- An app on [pusher.com](https://pusher.com/docs/javascript_quick_start#get-your-free-API-keys)\n- An [OAuth app on github.com](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/registering-oauth-apps/)\n\n### Running locally\n\n1. Clone and bootstrap\n\n    ```\n    git clone https://github.com/atom/teletype-server.git\n    cd teletype-server\n    cp .env.example .env\n    createdb teletype-server-dev\n    createdb teletype-server-test\n    npm install\n    npm run migrate up\n    ```\n\n2. Copy the `app_id`, `key`, and `secret` for your app on pusher.com, and set those values in your `.env` file\n\n3. Copy the client ID and client secret for your OAuth app on github.com, and set those values in your `.env` file\n\n4. Start the server\n\n    ```\n    ./script/server\n    ```\n\n5. Run the tests\n\n    ```\n    npm test\n    ```\n\n## Deploying\n\nAtom core team members can use [this guide](./docs/deployment.md) to test pull requests and deploy changes to production.\n","funding_links":[],"categories":["JavaScript","Server"],"sub_categories":["JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom%2Fteletype-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatom%2Fteletype-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom%2Fteletype-server/lists"}