{"id":15415895,"url":"https://github.com/davidje13/chat","last_synced_at":"2025-03-20T13:20:10.647Z","repository":{"id":151510964,"uuid":"275931538","full_name":"davidje13/Chat","owner":"davidje13","description":"An end-to-end encrypted chat client which uses the EchoChamber backend.","archived":false,"fork":false,"pushed_at":"2020-08-30T14:21:20.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T14:02:52.281Z","etag":null,"topics":["chat","e2e-encryption","websocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidje13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-29T21:37:47.000Z","updated_at":"2020-08-30T14:21:22.000Z","dependencies_parsed_at":"2023-05-18T18:30:38.021Z","dependency_job_id":null,"html_url":"https://github.com/davidje13/Chat","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"1897e7fdeab1ad1911fd6c4dc2ea5cda10b6d914"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2FChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2FChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2FChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2FChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidje13","download_url":"https://codeload.github.com/davidje13/Chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244618448,"owners_count":20482319,"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":["chat","e2e-encryption","websocket"],"created_at":"2024-10-01T17:10:06.382Z","updated_at":"2025-03-20T13:20:10.611Z","avatar_url":"https://github.com/davidje13.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat\n\nAn end-to-end encrypted chat client.\n\nThis demonstrates a Diffie-Hellman key exchange which is used to share a\ncommon secret for the chat room. Authentication is done using a password\nas part of a challenge + response protocol. The clients will automatically\ncheck passwords for anybody joining with no rate-limit protection, so this\nis not a fully secure client (no key rotation is performed either).\n\nUses [EchoChamber](https://github.com/davidje13/EchoChamber) for server-side\nrelaying.\n\n## Deploying\n\nThis project compiles to static files which can be served by any server.\nIt expects to be connected to an existing deployment of\n[EchoChamber](https://github.com/davidje13/EchoChamber).\n\n1. Configure the EchoChamber URL and build:\n\n   ```sh\n   ECHO_HOST=wss://example.com:1234 npm run build\n   ```\n\n2. Deploy all static files in `/build`\n\n## Local Development\n\nTo run locally:\n\n```sh\nnpm start\n```\n\nThis will compile the source and run a local static server on port 8080, as\nwell as a test EchoChamber server on port 8081. Changing source files will\ntrigger an automatic recompilation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidje13%2Fchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fchat/lists"}