{"id":17770719,"url":"https://github.com/ajainvivek/p2pdrop","last_synced_at":"2026-03-04T14:31:01.378Z","repository":{"id":75915354,"uuid":"47810149","full_name":"ajainvivek/P2PDrop","owner":"ajainvivek","description":"P2PDrop will allow you to share files between peers powered by WebRTC","archived":false,"fork":false,"pushed_at":"2016-07-06T21:16:37.000Z","size":1856,"stargazers_count":28,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-06T15:35:59.564Z","etag":null,"topics":["electron","emberjs","p2pshare","webrtc"],"latest_commit_sha":null,"homepage":"http://app.p2pdrop.com/","language":"CSS","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/ajainvivek.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}},"created_at":"2015-12-11T06:46:03.000Z","updated_at":"2022-09-13T07:48:19.000Z","dependencies_parsed_at":"2024-01-21T03:13:41.148Z","dependency_job_id":"16a5b3a3-9bd7-4856-ab82-0a7ce994f3be","html_url":"https://github.com/ajainvivek/P2PDrop","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ajainvivek/P2PDrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajainvivek%2FP2PDrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajainvivek%2FP2PDrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajainvivek%2FP2PDrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajainvivek%2FP2PDrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajainvivek","download_url":"https://codeload.github.com/ajainvivek/P2PDrop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajainvivek%2FP2PDrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30083737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"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":["electron","emberjs","p2pshare","webrtc"],"created_at":"2024-10-26T21:25:11.389Z","updated_at":"2026-03-04T14:31:00.882Z","avatar_url":"https://github.com/ajainvivek.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"http://i.imgur.com/OiyFJKz.png\" alt=\"P2PDrop\" width=\"200\"\u003e\n  \u003cbr\u003e\n  P2PDrop\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eShare files between peers powered by WebRTC\u003c/h4\u003e\n\n[![Join the chat at https://gitter.im/ajainvivek/P2PDrop](https://badges.gitter.im/ajainvivek/P2PDrop.svg)](https://gitter.im/ajainvivek/P2PDrop?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nP2PDrop is a file sharing application which allows you to transfer files directly between devices, without having to upload to any server. It uses [WebRTC](http://www.webrtc.org)(data channels) powered [WebTorrent](https://webtorrent.io/) for peer-to-peer file transport, [SimpleWebRTC](https://github.com/andyet/SimpleWebRTC) for exchange of hash handshake between peers and [Firebase](https://www.firebase.com) for presence management.\n\nP2PDrop requires internet connection to establish handshake between peers. It lets you securely share large files without even uploading to server therefore you need not worry about data leakage.\n\n### Setup \u0026 Installation Steps\n* Once the repository is cloned do npm install \u0026 bower install.\n* If you are using latest version of node and get script error in terminal then paste below script in terminal\n```js\ngit clone git://github.com/creationix/nvm.git ~/.nvm\nprintf \"\\n\\n# NVM\\nif [ -s ~/.nvm/nvm.sh ]; then\\n\\tNVM_DIR=~/.nvm\\n\\tsource ~/.nvm/nvm.sh\\nfi\" \u003e\u003e ~/.bashrc\nNVM_DIR=~/.nvm\nsource ~/.nvm/nvm.sh\n```\n* Configuration - go to config/environment.js update the config\n```js\n/**\n* Set your custom configuration here\n**/\nvar config = {\n  firebase : \"\", //firebase url\n  imgur : \"\", //imgur client id\n  googleAnalytics : \"\", //google analytics is\n  emailServer : \"\", //custom email server\n  signallingServer : \"\" //custom signalling server\n};\n```\n* Run the application on browsers\n```js\nember serve\n```\n* Generate electron builds\n```js\nember electron:package\n```\n* P2P Email Server \u0026 Signalling Server repositories\n * [P2P Email Server](https://github.com/ajainvivek/P2PServer)\n * [P2P Signalling Server](https://github.com/ajainvivek/P2PSignalling)\n\n### Supported browsers \u0026 desktop\n* Chrome (desktop and Android) 33+\n* Windows, Mac \u0026 Linux\n\n### Note\n* P2PDrop is currently developer version.\n* Any bugs observed. Please report it so we can get it fixed for you.\n\n## License\n\n#### The MIT License (MIT)\n\nCopyright (c) Chaicode\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajainvivek%2Fp2pdrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajainvivek%2Fp2pdrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajainvivek%2Fp2pdrop/lists"}