{"id":16731593,"url":"https://github.com/missinglink/webudp","last_synced_at":"2025-09-13T08:09:42.720Z","repository":{"id":256545265,"uuid":"854553260","full_name":"missinglink/webudp","owner":"missinglink","description":"Send/Receive UDP datagrams from the Browser","archived":false,"fork":false,"pushed_at":"2024-09-11T12:55:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T02:45:55.121Z","etag":null,"topics":[],"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/missinglink.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}},"created_at":"2024-09-09T11:36:39.000Z","updated_at":"2024-09-11T12:57:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e23093f-c2a5-45f8-9029-d457880dde75","html_url":"https://github.com/missinglink/webudp","commit_stats":null,"previous_names":["missinglink/webudp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/missinglink/webudp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missinglink%2Fwebudp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missinglink%2Fwebudp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missinglink%2Fwebudp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missinglink%2Fwebudp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/missinglink","download_url":"https://codeload.github.com/missinglink/webudp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missinglink%2Fwebudp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274935979,"owners_count":25376836,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"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":[],"created_at":"2024-10-12T23:38:02.909Z","updated_at":"2025-09-13T08:09:42.702Z","avatar_url":"https://github.com/missinglink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Send UDP packets from the browser (proxied via WebSocket)\n\n```js\nimport dgram from 'https://webudp.fly.dev/bundle.js'\nimport dnsPacket from 'https://esm.sh/dns-packet'\n\nconst dnsQuery = dnsPacket.encode({\n  type: 'query',\n  id: 1,\n  flags: dnsPacket.RECURSION_DESIRED,\n  questions: [{\n    type: 'A',\n    name: 'google.com'\n  }]\n})\n\nconst socket = dgram.createSocket('udp4')\n\nsocket.on('message', message =\u003e {\n  console.error(dnsPacket.decode(message))\n})\n\nsocket.send(dnsQuery, 53, '8.8.8.8')\n//socket.send(query, 53, '2001:4860:4860::8888')\n```\n\nDependencies are re-exported:\n\n```js\nimport dgram, { Buffer, EventEmitter } from 'https://webudp.fly.dev/bundle.js'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissinglink%2Fwebudp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmissinglink%2Fwebudp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissinglink%2Fwebudp/lists"}