{"id":15537385,"url":"https://github.com/nullvoxpopuli/tanquereact","last_synced_at":"2025-06-28T14:36:21.099Z","repository":{"id":66344857,"uuid":"62656057","full_name":"NullVoxPopuli/tanqueReact","owner":"NullVoxPopuli","description":"p2p encrypted React-based Chat","archived":false,"fork":false,"pushed_at":"2018-06-04T10:15:40.000Z","size":6757,"stargazers_count":8,"open_issues_count":79,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T15:25:17.851Z","etag":null,"topics":["chat","docker","encryption","nacl","p2p","phoenix","react","redux","relays"],"latest_commit_sha":null,"homepage":"https://nullvoxpopuli.github.io/tanqueReact/","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/NullVoxPopuli.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,"zenodo":null}},"created_at":"2016-07-05T17:27:12.000Z","updated_at":"2023-10-22T04:57:33.000Z","dependencies_parsed_at":"2023-02-21T23:45:47.214Z","dependency_job_id":null,"html_url":"https://github.com/NullVoxPopuli/tanqueReact","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NullVoxPopuli/tanqueReact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2FtanqueReact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2FtanqueReact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2FtanqueReact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2FtanqueReact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NullVoxPopuli","download_url":"https://codeload.github.com/NullVoxPopuli/tanqueReact/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2FtanqueReact/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262446525,"owners_count":23312561,"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","docker","encryption","nacl","p2p","phoenix","react","redux","relays"],"created_at":"2024-10-02T11:56:37.270Z","updated_at":"2025-06-28T14:36:21.092Z","avatar_url":"https://github.com/NullVoxPopuli.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tanqueRéact\n[![Build Status](https://travis-ci.org/NullVoxPopuli/tanqueReact.svg?branch=master)](https://travis-ci.org/NullVoxPopuli/tanqueReact)\n[![Code Climate](https://codeclimate.com/github/NullVoxPopuli/tanqueReact/badges/gpa.svg)](https://codeclimate.com/github/NullVoxPopuli/tanqueReact)\n\ntanqueRéact is a p2p* encrypted chat client. Only the intended recipient(s) may read what you send (messages, images, etc)\n\n\u003cimg\n  style='margin: 0 auto; width: 300px; display: block'\n  src='./docs/images/chat.png'\n  /\u003e\n\n\n\u003cspan style='font-size: 9px; line-height: 10px;'\u003e\\* this isn't actually p2p, as there are servers involved, but it's designed to not be reliant on one server, but to utilize redundancy. The server, or 'relays', are [open sourced here](https://github.com/NullVoxPopuli/mesh-relay-phoenix).\nThe servers only relay messages, and can't decrypt anything.\n\u003c/span\u003e\n\n## [Live Site](https://nullvoxpopuli.github.io/tanqueReact/)\nThe only storage is local storage, so your information is never shared with anyone.\n\n### Initial Setup\n\n```bash\ndocker-compose build\n```\n\n### Running\n\n```bash\n./run\n```\n\n## Linting\n\nSince all the packages are managed in docker's environment, you'll need to install the linter packages on your system.\n\n```bash\n# lazy install everything technique - also helpful for IDE's ESLint\nyarn install --pure-lockfile\n```\n\nnode_modules is already in the gitignore.\n\nnote that node_modules is not required to exist, as the app makes use of the in-docker node_modules.\n\nThe host node version should match the docker version -- so nvm is recommended.\n\n## Testing\n\n```bash\n./run npm run test:watch # or just test (for C.I.)\n```\n\n## Dependencies\n\n[Yarn](https://yarnpkg.com/en/), rather than npm.\n - Caching for faster dev.\n\n```bash\n./run yarn add dep-name --dev\ndocker-compose build\n```\n\n### Installing\n```bash\n./run yarn install --flat\n```\nforces only having one copy of a dependency.\n\n### Check Info (e.g.: looking for bins)\n```bash\n./run yarn info webpack\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Ftanquereact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullvoxpopuli%2Ftanquereact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Ftanquereact/lists"}