{"id":50486719,"url":"https://github.com/xpl0itr/xport","last_synced_at":"2026-06-01T23:02:08.145Z","repository":{"id":355941009,"uuid":"1141542493","full_name":"Xpl0itR/Xport","owner":"Xpl0itR","description":"A lightweight, Kestrel-inspired transport server for .NET","archived":false,"fork":false,"pushed_at":"2026-05-05T22:56:21.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-06T00:38:06.317Z","etag":null,"topics":["dotnet","kestrel","named-pipes","quic","server","tcp","transport","unix-domain-socket","unix-domain-sockets"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xpl0itR.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-25T01:48:25.000Z","updated_at":"2026-05-05T22:56:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Xpl0itR/Xport","commit_stats":null,"previous_names":["xpl0itr/xport"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Xpl0itR/Xport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xpl0itR%2FXport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xpl0itR%2FXport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xpl0itR%2FXport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xpl0itR%2FXport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xpl0itR","download_url":"https://codeload.github.com/Xpl0itR/Xport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xpl0itR%2FXport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33797128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dotnet","kestrel","named-pipes","quic","server","tcp","transport","unix-domain-socket","unix-domain-sockets"],"created_at":"2026-06-01T23:02:04.494Z","updated_at":"2026-06-01T23:02:08.140Z","avatar_url":"https://github.com/Xpl0itR.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Xport\n=====\nA lightweight, Kestrel-inspired transport server for .NET.\n\n\nFeatures\n--------\n- **Multiple Transports** — TCP sockets, Unix domain sockets, QUIC, and Named Pipes (Windows only)\n- **Middleware Pipeline** — Compose connection handlers with the same middleware pattern used in ASP.NET Core\n- **Hosted Service Integration** — Runs as an `IHostedService` alongside your existing .NET applications\n- **Connection Management** — Built-in connection limiting with pluggable rate-limiting policies\n- **AOT Compatible** — Supports native ahead-of-time compilation\n- **Modern .NET** — Targets .NET 6 through .NET 10\n\n\nUsage\n-----\nSee [the example program](./example/Program.cs)\n\n### Supported Transports\n|         Transport         |        NuGet Package        |\n|---------------------------|-----------------------------|\n| TCP / UDS (SOCK_STREAM)   | `Xport.AspNetCore.Adapters` |\n| QUIC                      | `Xport.AspNetCore.Adapters` |\n| Named Pipes (Windows)     | `Xport.AspNetCore.Adapters` |\n| KCP                       | Soon™️ |\n\n### Custom Middleware\n```csharp\npublic sealed class MyMiddleware : ITransportMiddleware\u003cConnectionContext\u003e\n{\n    public async Task InvokeAsync(ConnectionContext connection, Func\u003cConnectionContext, Task\u003e next)\n    {\n        // Do something before\n        await next(connection);\n        // Do something after\n    }\n}\n```\n\n\nBuilding\n--------\nEssentially just replicate the [CI instructions](.github/workflows/release.yml).\n\n\nLicense\n-------\nThis project is subject to the terms of the [Mozilla Public License, v. 2.0](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpl0itr%2Fxport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpl0itr%2Fxport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpl0itr%2Fxport/lists"}