{"id":15697087,"url":"https://github.com/djdeveloperr/deno_namedpipe","last_synced_at":"2025-05-08T23:34:04.724Z","repository":{"id":38828992,"uuid":"415541479","full_name":"DjDeveloperr/deno_namedpipe","owner":"DjDeveloperr","description":"Asynchronous Named Pipes support for Deno, built on WinAPI using FFI.","archived":false,"fork":false,"pushed_at":"2023-03-20T18:35:17.000Z","size":50,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T10:49:49.035Z","etag":null,"topics":["deno","ffi","namedpipe","windows"],"latest_commit_sha":null,"homepage":"https://deno.land/x/namedpipe","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DjDeveloperr.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":"2021-10-10T09:34:57.000Z","updated_at":"2023-08-28T04:44:24.000Z","dependencies_parsed_at":"2024-10-24T02:52:25.289Z","dependency_job_id":"8a6b2bea-f57c-466a-b8e8-76c27566ffb9","html_url":"https://github.com/DjDeveloperr/deno_namedpipe","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.4347826086956522,"last_synced_commit":"1a9043e65b566c8cc3f8d5d47aa02a17317052bc"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fdeno_namedpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fdeno_namedpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fdeno_namedpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fdeno_namedpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DjDeveloperr","download_url":"https://codeload.github.com/DjDeveloperr/deno_namedpipe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253165572,"owners_count":21864458,"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":["deno","ffi","namedpipe","windows"],"created_at":"2024-10-03T19:11:46.942Z","updated_at":"2025-05-08T23:34:04.691Z","avatar_url":"https://github.com/DjDeveloperr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno Namedpipe\n\nAsynchronous Named Pipes support for Deno, built on WinAPI using FFI.\n\n## Usage\n\n```ts\nconst conn = await connect(\"\\\\\\\\?\\\\pipe\\\\{name}\");\n// use conn\n```\n\n`connect` function which returns `NamedPipe` partially implements `Deno.Conn`\nbut for Named Pipes. API will be same as `Deno.connect` except `closeWrite` not\nbeing implemented and `rid` being the File Handle (instead of Resource ID).\n\nThis module also needs `--unstable` flag because it uses the new FFI feature to\ncall WinAPI.\n\n## Why?\n\nI know you can open a Windows Named Pipe in Deno using `Deno.open` and\nread/write on it, but Deno's File implementation has a problem: if your read\noperation or write operation has not yet resolved, it'll block any further\nread/write operation on the file which limits the usecase I had.\n\n## License\n\nApache-2.0 licensed. Check [LICENSE](./LICENSE) for more info.\n\nCopyright 2022-2023 © DjDeveloperr\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdeveloperr%2Fdeno_namedpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjdeveloperr%2Fdeno_namedpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdeveloperr%2Fdeno_namedpipe/lists"}