{"id":32118928,"url":"https://github.com/dimensional-fun/pogsocket","last_synced_at":"2026-02-21T19:34:02.695Z","repository":{"id":57675545,"uuid":"395448506","full_name":"dimensional-fun/pogsocket","owner":"dimensional-fun","description":"🌐 deno websocket client","archived":false,"fork":false,"pushed_at":"2023-02-22T22:46:15.000Z","size":19,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-12T23:07:11.586Z","etag":null,"topics":["deno","typescript","websocket"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dimensional-fun.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}},"created_at":"2021-08-12T21:30:50.000Z","updated_at":"2023-02-19T14:10:30.000Z","dependencies_parsed_at":"2022-09-26T20:41:35.262Z","dependency_job_id":null,"html_url":"https://github.com/dimensional-fun/pogsocket","commit_stats":null,"previous_names":["melike2d/pogsocket"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dimensional-fun/pogsocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimensional-fun%2Fpogsocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimensional-fun%2Fpogsocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimensional-fun%2Fpogsocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimensional-fun%2Fpogsocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimensional-fun","download_url":"https://codeload.github.com/dimensional-fun/pogsocket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimensional-fun%2Fpogsocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29691045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"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":["deno","typescript","websocket"],"created_at":"2025-10-20T17:47:54.189Z","updated_at":"2026-02-21T19:34:02.672Z","avatar_url":"https://github.com/dimensional-fun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PogSocket\n\n\u003e A functional deno websocket client!\n\n## Usage\n\n**Connecting to Echo Server**\n\n```ts\nimport { connectPogSocket, readSocket, sendMessage } from \"https://deno.land/x/pogsocket/mod.ts\";\n\nconst socket = await connectPogSocket(\"ws://localhost:3030\");\nsetInterval(() =\u003e sendMessage(socket, \"hello me!\"), 2000);\n\nfor await (const event of readSocket(socket)) {\n    if (event.type === \"message\") {\n        console.log(event.message);\n    }\n}\n```\n\n## Acknowledgements\n\n- [_/websocket_](/websocket) (and parts of [_/pogsocket_](/pogsocket)) were originally written by the **Deno Authors**, this couldn't have been done without them :)\n\n\n---\n\n[melike2d](https://dimensional.fun)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensional-fun%2Fpogsocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimensional-fun%2Fpogsocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensional-fun%2Fpogsocket/lists"}