{"id":24627868,"url":"https://github.com/axionbuster/winasyncsocket","last_synced_at":"2026-03-07T00:01:45.230Z","repository":{"id":274117513,"uuid":"921386166","full_name":"axionbuster/winasyncsocket","owner":"axionbuster","description":"Asynchronous socket I/O in Haskell on Windows","archived":false,"fork":false,"pushed_at":"2025-02-17T06:53:50.000Z","size":128,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T18:54:08.176Z","etag":null,"topics":["async","haskell","networking","socket-io","windows"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axionbuster.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-01-23T21:15:51.000Z","updated_at":"2025-02-17T06:53:53.000Z","dependencies_parsed_at":"2025-02-01T02:25:07.118Z","dependency_job_id":null,"html_url":"https://github.com/axionbuster/winasyncsocket","commit_stats":null,"previous_names":["axionbuster/winasyncsocket"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/axionbuster/winasyncsocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fwinasyncsocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fwinasyncsocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fwinasyncsocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fwinasyncsocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axionbuster","download_url":"https://codeload.github.com/axionbuster/winasyncsocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fwinasyncsocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30204109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["async","haskell","networking","socket-io","windows"],"created_at":"2025-01-25T05:13:31.661Z","updated_at":"2026-03-07T00:01:45.161Z","avatar_url":"https://github.com/axionbuster.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# winasyncsocket: Cross-platform asynchronous socket I\\/O\n\nThis package provides low-level bindings for asynchronous socket I\\/O across all major platforms, integrating with each platform's native I\\/O facilities:\n\n- Windows: Windows Sockets 2 (Winsock2) with I\\/O Completion Ports (IOCP)\n- Linux: epoll\n- macOS/BSD: kqueue\n\n## Naming\n\nWhile the package is named `winasyncsocket` due to its initial focus on Windows, it now supports all major platforms with their native asynchronous I\\/O mechanisms. The name is retained for historical reasons.\n\n## Features\n\n- Native integration with platform-specific I\\/O facilities:\n  - Windows: IOCP\n  - Linux: epoll\n  - macOS/BSD: kqueue\n- Direct integration with GHC's I\\/O manager\n- Support for both IPv4 and IPv6\n- Asynchronous TCP operations (accept, connect, send, receive)\n- Platform-specific optimizations and features when available\n\n## Important Notes\n\n### Windows Users\n\nWhen using this package on Windows, you must compile your program with the GHC option `-with-rtsopts=--io-manager=native`. Without this option, socket operations may stall indefinitely.\n\n## Compatibility Note\n\nWhile some function names match those in the \"network\" package, this package is not a drop-in replacement. The API is designed to leverage platform-specific asynchronous I\\/O models for maximum performance.\n\n## Contributing\n\nThe package welcomes contributions in these areas:\n\n- UDP support\n- Bug reports and fixes\n- Extended test coverage\n- Documentation improvements\n- Platform-specific optimizations\n- Performance benchmarks and comparisons\n\nPlease feel free to submit issues and pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxionbuster%2Fwinasyncsocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxionbuster%2Fwinasyncsocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxionbuster%2Fwinasyncsocket/lists"}