{"id":20732838,"url":"https://github.com/montyanderson/papercup","last_synced_at":"2026-04-21T11:34:16.792Z","repository":{"id":69224445,"uuid":"88420368","full_name":"montyanderson/papercup","owner":"montyanderson","description":"A reliable communication channel over UDP","archived":false,"fork":false,"pushed_at":"2017-04-19T16:03:12.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T23:25:07.584Z","etag":null,"topics":["communication","network","nodejs","reliability","udp"],"latest_commit_sha":null,"homepage":null,"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/montyanderson.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-04-16T14:57:00.000Z","updated_at":"2017-04-19T14:52:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f92127fb-64d8-4054-9c56-63a67cd09bc0","html_url":"https://github.com/montyanderson/papercup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/montyanderson/papercup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montyanderson%2Fpapercup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montyanderson%2Fpapercup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montyanderson%2Fpapercup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montyanderson%2Fpapercup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/montyanderson","download_url":"https://codeload.github.com/montyanderson/papercup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montyanderson%2Fpapercup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32090082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"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":["communication","network","nodejs","reliability","udp"],"created_at":"2024-11-17T05:22:02.277Z","updated_at":"2026-04-21T11:34:16.772Z","avatar_url":"https://github.com/montyanderson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# papercup\nA reliable communication channel over UDP.\n\n## Usage\n\n``` javascript\nconst PaperCup = require(\"papercup\");\nconst receiver = new PaperCup();\n\nreceiver.on(\"message\", msg =\u003e {\n\tconsole.log(msg);\n});\n\nreceiver.bind(5000);\n```\n\n\n``` javascript\nconst PaperCup = require(\"papercup\");\nconst sender = new PaperCup();\n\nsender.message(\"hi there!\", { port: 5000 }, () =\u003e {\n\tconsole.log(\"data has been sent and received by the recipient!\");\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontyanderson%2Fpapercup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmontyanderson%2Fpapercup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontyanderson%2Fpapercup/lists"}