{"id":17345599,"url":"https://github.com/nabigraphics/pink-wt","last_synced_at":"2026-04-07T21:31:45.934Z","repository":{"id":97808466,"uuid":"101624575","full_name":"nabigraphics/pink-wt","owner":"nabigraphics","description":"Easy WebTorrent Sharing with React Web Application","archived":false,"fork":false,"pushed_at":"2018-05-15T18:49:22.000Z","size":32970,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-25T15:42:19.625Z","etag":null,"topics":["javascript","mongodb","mongoose","react","socket-io","webrtc","webtorrent"],"latest_commit_sha":null,"homepage":"","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/nabigraphics.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":"2017-08-28T09:00:55.000Z","updated_at":"2021-09-25T01:01:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"09928535-eed8-4e9e-936c-834ebfafdd65","html_url":"https://github.com/nabigraphics/pink-wt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nabigraphics/pink-wt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabigraphics%2Fpink-wt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabigraphics%2Fpink-wt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabigraphics%2Fpink-wt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabigraphics%2Fpink-wt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nabigraphics","download_url":"https://codeload.github.com/nabigraphics/pink-wt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabigraphics%2Fpink-wt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["javascript","mongodb","mongoose","react","socket-io","webrtc","webtorrent"],"created_at":"2024-10-15T16:42:42.820Z","updated_at":"2026-04-07T21:31:45.918Z","avatar_url":"https://github.com/nabigraphics.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![pinkwt](https://github.com/nabigraphics/pink-wt/blob/master/easywt-header.png?raw=true)  \n[![Build Status](https://travis-ci.org/nabigraphics/pink-wt.svg?branch=master)](https://travis-ci.org/nabigraphics/pink-wt)\n[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)\n\n# Start\n```\n$ git clone https://github.com/nabigraphics/pink-wt\n$ cd pink-wt\n$ npm install\n$ touch server/config.js\n$ npm run build\n$ npm start\n```\n\n# Scripts\n```\n$ npm run dev-server    // development nodemon server start.\n$ npm run dev           // webpack development bundling.\n$ npm run start         // server start.\n$ npm run build         // webpack production build.\n```\n\n## server/config.js\n```\nmodule.exports = {\n    port:Number,\n    socket:Number,\n    socketClient:String,\n    mongoDB:String,\n    TRACKERS:Array, \n}\n```\n### port `Type:Number`\nApplication Port\n\n### socket `Type:Number`\nSocket.io Port\n\n### socketClient `Type:String`\nsocket.io client connect URL\n\n### mongoDB `Type:String`\nmongoose connect URL  \n? [mongoose Getting Started](http://mongoosejs.com/docs/index.html)\n\n## Example config file.\n```\nmodule.exports = {\n    port:25252,\n    socket:9000,\n    socketClient:\"http://localhost:9000/\",\n    mongoDB:\"mongodb://localhost/\",\n    TRACKERS:[\n        [\"udp://tracker.leechers-paradise.org:6969\"],\n        [\"udp://tracker.opentrackr.org:1337\"],\n        [\"udp://explodie.org:6969\"],\n        [\"udp://tracker.empire-js.us:1337\"],\n        [\"wss://tracker.btorrent.xyz\"],\n        [\"wss://tracker.openwebtorrent.com\"],\n        [\"wss://tracker.fastcast.nz\"],\n    ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabigraphics%2Fpink-wt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnabigraphics%2Fpink-wt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabigraphics%2Fpink-wt/lists"}