{"id":27386674,"url":"https://github.com/igi-111/hydria","last_synced_at":"2026-04-18T19:31:38.177Z","repository":{"id":84726190,"uuid":"121688987","full_name":"IGI-111/hydria","owner":"IGI-111","description":"a simple encrypted distributed state container","archived":false,"fork":false,"pushed_at":"2018-03-18T14:24:34.000Z","size":49,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T17:56:47.436Z","etag":null,"topics":["container","distributed","encryption","ipfs","yjs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IGI-111.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-02-15T22:10:53.000Z","updated_at":"2022-10-28T12:49:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"b18a8ea9-81b3-4bf5-85bc-9b31f47abae0","html_url":"https://github.com/IGI-111/hydria","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IGI-111/hydria","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGI-111%2Fhydria","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGI-111%2Fhydria/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGI-111%2Fhydria/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGI-111%2Fhydria/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IGI-111","download_url":"https://codeload.github.com/IGI-111/hydria/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGI-111%2Fhydria/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["container","distributed","encryption","ipfs","yjs"],"created_at":"2025-04-13T17:50:16.858Z","updated_at":"2026-04-18T19:31:38.168Z","avatar_url":"https://github.com/IGI-111.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hydria\n\nHydria is a simple encrypted distributed container to share confidential data among trusted\npeers without a central point.\n\n## Usage\n\nListen to state updates:\n```js\nconst secretKey = 'top-secret-key';\n\nnew Hydria(secretKey).await(hydria =\u003e {\n    hydria.listen(state =\u003e {\n        console.log(state);\n    });\n});\n```\n\nPublish state updates:\n```js\nconst secretKey = 'top-secret-key';\n\nnew Hydria(secretKey).await(hydria =\u003e {\n    const state = { someObject: \"with values\" };\n    hydria.send(state);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figi-111%2Fhydria","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figi-111%2Fhydria","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figi-111%2Fhydria/lists"}