{"id":27635118,"url":"https://github.com/mayuki/misuzilla.aspnetcore.server.cgi","last_synced_at":"2025-07-09T23:35:35.175Z","repository":{"id":266904935,"uuid":"895843176","full_name":"mayuki/Misuzilla.AspNetCore.Server.Cgi","owner":"mayuki","description":"Implementation of a CGI server adapter for ASP.NET Core.","archived":false,"fork":false,"pushed_at":"2024-11-29T05:26:13.000Z","size":1141,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T05:27:37.344Z","etag":null,"topics":["aspnetcore","cgi","dotnet"],"latest_commit_sha":null,"homepage":"","language":"C#","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/mayuki.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":"2024-11-29T02:56:42.000Z","updated_at":"2025-01-12T18:33:12.000Z","dependencies_parsed_at":"2024-12-06T22:39:34.007Z","dependency_job_id":"f06b5f19-1425-4d68-ab9d-5d886db64ad6","html_url":"https://github.com/mayuki/Misuzilla.AspNetCore.Server.Cgi","commit_stats":null,"previous_names":["mayuki/misuzilla.aspnetcore.server.cgi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayuki%2FMisuzilla.AspNetCore.Server.Cgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayuki%2FMisuzilla.AspNetCore.Server.Cgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayuki%2FMisuzilla.AspNetCore.Server.Cgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayuki%2FMisuzilla.AspNetCore.Server.Cgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayuki","download_url":"https://codeload.github.com/mayuki/Misuzilla.AspNetCore.Server.Cgi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250501696,"owners_count":21441062,"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":["aspnetcore","cgi","dotnet"],"created_at":"2025-04-23T19:44:34.315Z","updated_at":"2025-04-23T19:44:34.909Z","avatar_url":"https://github.com/mayuki.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Misuzilla.AspNetCore.Server.Cgi\nImplementation of a CGI server adapter for ASP.NET Core.\n\nThis library will enable your ASP.NET Core application to be used with CGI.\n\n\u003e [!NOTE]\n\u003e This is a proof of concept, a toy, and is not intended for use in a production environment.\n\n## How to use\n\nCall `UseCGI` extension method of WebHost builder.\n\n```csharp\nvar builder = WebApplication.CreateBuilder(args);\n\n// Add: Enable CGI server implementation for ASP.NET Core.\nbuilder.WebHost.UseCgi();\n\nvar app = builder.Build();\n\napp.MapGet(\"/\", () =\u003e \"It works!\");\napp.Run();\n\n```\n\n## License\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayuki%2Fmisuzilla.aspnetcore.server.cgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayuki%2Fmisuzilla.aspnetcore.server.cgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayuki%2Fmisuzilla.aspnetcore.server.cgi/lists"}