{"id":30715839,"url":"https://github.com/scrntprcrz/web-p2p-taskzz","last_synced_at":"2026-05-01T21:35:23.089Z","repository":{"id":312728248,"uuid":"1048487002","full_name":"scrntprcrz/web-p2p-taskzz","owner":"scrntprcrz","description":"WEB P2P Taskzz is a local-first tasks app that syncs peer-to-peer over WebRTC. Socket.IO is used only for signaling while your data stays in the browser.","archived":false,"fork":false,"pushed_at":"2025-09-01T16:33:21.000Z","size":629,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-01T17:36:24.458Z","etag":null,"topics":["datachannel","javascript","local-first","nodejs","p2p","socketio","web","webrtc","websocket"],"latest_commit_sha":null,"homepage":"","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/scrntprcrz.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T14:15:28.000Z","updated_at":"2025-09-01T16:33:24.000Z","dependencies_parsed_at":"2025-09-01T17:36:27.312Z","dependency_job_id":"bc928039-0193-4c22-9825-f46725601481","html_url":"https://github.com/scrntprcrz/web-p2p-taskzz","commit_stats":null,"previous_names":["scrntprcrz/web-p2p-taskzz"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/scrntprcrz/web-p2p-taskzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrntprcrz%2Fweb-p2p-taskzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrntprcrz%2Fweb-p2p-taskzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrntprcrz%2Fweb-p2p-taskzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrntprcrz%2Fweb-p2p-taskzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scrntprcrz","download_url":"https://codeload.github.com/scrntprcrz/web-p2p-taskzz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrntprcrz%2Fweb-p2p-taskzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32513961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["datachannel","javascript","local-first","nodejs","p2p","socketio","web","webrtc","websocket"],"created_at":"2025-09-03T07:02:48.979Z","updated_at":"2026-05-01T21:35:23.032Z","avatar_url":"https://github.com/scrntprcrz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WEB P2P Taskzz — Local-First P2P Tasks\n\n[![WEB P2P Taskzz — Screenshot](https://github.com/scrntprcrz/web-p2p-taskzz/blob/main/Screenshot.png?raw=1)](https://github.com/scrntprcrz/web-p2p-taskzz/blob/main/Screenshot.png?raw=1)\n\n## What is it?\n\nWEB P2P Taskzz is a _local-first_ task app that syncs browsers **peer-to-peer** via **WebRTC**.\n**Socket.IO** is used for **signaling only**; **no data backend** — everything stays in the browser (`localStorage`).\n\n### Highlights\n\n-   **Real P2P:** WebRTC DataChannels for data; **Socket.IO** just for signaling.\n-   **Local-first \u0026 offline:** uses `localStorage`.\n-   **Fast UX:** fuzzy search (Fuse), toasts, bulk actions.\n\n### Architecture (brief)\n\n-   **Client:** Alpine.js + Bootstrap; local store in `localStorage`.\n-   **Signaling:** Socket.IO server (`server.mjs`) for `offer/answer/candidates`.\n-   **Data:** WebRTC DataChannels between peers; LWW convergence with `timestamp:peerId` clock.\n\n### Quick Start\n\n```bash\nnpm i\nnpm run dev\n# → http://localhost:3000\n```\n\n## ¿Qué es?\n\nWEB P2P Taskzz es una micro-app de tareas _local-first_ que sincroniza navegadores entre sí usando **WebRTC**.\nLa **señalización** va por **Socket.IO** y **no hay backend de datos**: todo vive en el navegador (`localStorage`).\n\n### Highlights\n\n-   **P2P real:** WebRTC DataChannels para datos; **Socket.IO** solo para señalización.\n-   **Local-first y offline:** almacenamiento en `localStorage`.\n-   **UX rápida:** búsqueda difusa (Fuse), toasts, acciones en lote.\n\n### Arquitectura (resumen)\n\n-   **Cliente (browser):** Alpine.js + Bootstrap; store en `localStorage`.\n-   **Señalización:** Socket.IO (`server.mjs`) para `offer/answer/candidates`.\n-   **Datos:** WebRTC DataChannels entre peers; convergencia LWW con reloj `timestamp:peerId`.\n\n### Inicio rapido\n\n```bash\nnpm i\nnpm run dev\n# → http://localhost:3000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrntprcrz%2Fweb-p2p-taskzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrntprcrz%2Fweb-p2p-taskzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrntprcrz%2Fweb-p2p-taskzz/lists"}