{"id":29799883,"url":"https://github.com/tehsenaus/websocketify","last_synced_at":"2026-02-15T20:02:49.894Z","repository":{"id":33690838,"uuid":"37343635","full_name":"tehsenaus/websocketify","owner":"tehsenaus","description":"Node.js port of websocketd, turns any app into a WebSocket server","archived":false,"fork":false,"pushed_at":"2017-02-16T01:23:08.000Z","size":7,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T08:56:29.542Z","etag":null,"topics":["cli","nodejs","websocket","websocket-server","websocketd"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/tehsenaus.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}},"created_at":"2015-06-12T20:42:54.000Z","updated_at":"2018-10-04T12:15:34.000Z","dependencies_parsed_at":"2022-09-13T05:20:34.991Z","dependency_job_id":null,"html_url":"https://github.com/tehsenaus/websocketify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tehsenaus/websocketify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tehsenaus%2Fwebsocketify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tehsenaus%2Fwebsocketify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tehsenaus%2Fwebsocketify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tehsenaus%2Fwebsocketify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tehsenaus","download_url":"https://codeload.github.com/tehsenaus/websocketify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tehsenaus%2Fwebsocketify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"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":["cli","nodejs","websocket","websocket-server","websocketd"],"created_at":"2025-07-28T08:49:46.649Z","updated_at":"2026-02-15T20:02:49.848Z","avatar_url":"https://github.com/tehsenaus.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# websocketify\nNode.js port of [websocketd](https://github.com/joewalnes/websocketd), turns any app using STDIN/STDOUT into a WebSocket server.\n\n## Install\n```\nnpm install -g websocketify\n```\n\n## Usage\n```\nwebsocketify --port 8080 --address 127.0.0.1 -- tail -f /var/log/system.log\n```\n\n## Features\n### Dev Console\nwebsocketify includes the dev console from websocketd, which is very useful for debugging web socket servers.\nEnable it with ```--devconsole```, then open in your browser at your ```--address``` and ```--port```.\n\n### Singleton Mode\nBy default websocketify will spawn a new child process for each WebSocket connection. With ```--singleton```, one child process\nwill be shared between all connections.\n\n- The child process will start on the first connection, and stop once the last connection is closed.\n- Output from the process is sent to all connected sockets.\n- Input from any connection is sent to the process's STDIN.\n- Output is not buffered.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftehsenaus%2Fwebsocketify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftehsenaus%2Fwebsocketify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftehsenaus%2Fwebsocketify/lists"}