{"id":21318034,"url":"https://github.com/denoplayground/websocketserver","last_synced_at":"2026-05-18T08:33:30.494Z","repository":{"id":192770993,"uuid":"687354155","full_name":"DenoPlayground/WebSocketServer","owner":"DenoPlayground","description":"Simple WebSocket server implemented in Deno.","archived":false,"fork":false,"pushed_at":"2024-04-10T05:13:54.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-15T22:13:33.576Z","etag":null,"topics":["deno","deno-module","websocket","websocket-server"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DenoPlayground.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":"2023-09-05T07:29:09.000Z","updated_at":"2024-07-02T17:57:39.000Z","dependencies_parsed_at":"2023-09-05T12:00:55.465Z","dependency_job_id":null,"html_url":"https://github.com/DenoPlayground/WebSocketServer","commit_stats":null,"previous_names":["denoplayground/websocketserver"],"tags_count":0,"template":false,"template_full_name":"DenoPlayground/Template","purl":"pkg:github/DenoPlayground/WebSocketServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2FWebSocketServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2FWebSocketServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2FWebSocketServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2FWebSocketServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenoPlayground","download_url":"https://codeload.github.com/DenoPlayground/WebSocketServer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2FWebSocketServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33170856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"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","deno-module","websocket","websocket-server"],"created_at":"2024-11-21T19:10:59.509Z","updated_at":"2026-05-18T08:33:30.475Z","avatar_url":"https://github.com/DenoPlayground.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno webSocketServer\n\nSimple WebSocket server implemented in Deno.\n\n## Usage\nHere is an example for a simple WebSocket server that logs the incoming message event.\n\n```ts\nwebSocketServer(\n    {\n        hostname: 'localhost',\n        port: 8080\n    },\n    (webSocket) =\u003e {\n        webSocket.addEventListener(\n            'message',\n            (event) =\u003e {\n                console.log(`MessageEvent: ${event}`);\n            }\n        )\n    }\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoplayground%2Fwebsocketserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenoplayground%2Fwebsocketserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoplayground%2Fwebsocketserver/lists"}