{"id":21004658,"url":"https://github.com/flaque/wail","last_synced_at":"2026-04-28T13:02:12.057Z","repository":{"id":80716192,"uuid":"140131990","full_name":"Flaque/wail","owner":"Flaque","description":"A go tool for streaming stdin to a websocket 😱","archived":false,"fork":false,"pushed_at":"2018-07-08T19:51:12.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T10:13:49.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/Flaque.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":"2018-07-08T02:39:32.000Z","updated_at":"2018-08-18T19:03:55.000Z","dependencies_parsed_at":"2023-03-11T05:31:29.110Z","dependency_job_id":null,"html_url":"https://github.com/Flaque/wail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaque%2Fwail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaque%2Fwail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaque%2Fwail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaque%2Fwail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flaque","download_url":"https://codeload.github.com/Flaque/wail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243419465,"owners_count":20287895,"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","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-11-19T08:37:23.725Z","updated_at":"2025-12-29T13:25:31.338Z","avatar_url":"https://github.com/Flaque.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wail 😱\n\nWail is a little go tool that listens for pipe input and then streams it to a websocket on port 80.\n\nIt's useful for sharing the contents of a log to other places on the interwebs.\n\n## Usage\n\n### On the server\n\n```sh\n./myServer | wail\n```\n\n### In the client\n\n```js\nconst ws = new WebSocket(\"ws://localhost:80\", \"protocolOne\");\nws.onmessage = function(event) {\n  console.log(event.data);\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaque%2Fwail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaque%2Fwail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaque%2Fwail/lists"}