{"id":28929832,"url":"https://github.com/maxnatamo/paracord","last_synced_at":"2026-04-29T19:32:16.160Z","repository":{"id":152884594,"uuid":"627052963","full_name":"maxnatamo/Paracord","owner":"maxnatamo","description":"An HTTP server implementation in .NET Core 7","archived":false,"fork":false,"pushed_at":"2023-11-09T19:34:22.000Z","size":389,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T01:39:47.750Z","etag":null,"topics":["dotnet","dotnet-core","hacktoberfest","http","http-server","web-framework"],"latest_commit_sha":null,"homepage":"https://maxnatamo.github.io/Paracord/","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/maxnatamo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2023-04-12T17:26:38.000Z","updated_at":"2023-04-14T10:50:32.000Z","dependencies_parsed_at":"2023-11-08T15:47:50.179Z","dependency_job_id":null,"html_url":"https://github.com/maxnatamo/Paracord","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/maxnatamo/Paracord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnatamo%2FParacord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnatamo%2FParacord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnatamo%2FParacord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnatamo%2FParacord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxnatamo","download_url":"https://codeload.github.com/maxnatamo/Paracord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnatamo%2FParacord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32440941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["dotnet","dotnet-core","hacktoberfest","http","http-server","web-framework"],"created_at":"2025-06-22T15:01:27.759Z","updated_at":"2026-04-29T19:32:16.155Z","avatar_url":"https://github.com/maxnatamo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  🪢 Paracord\n\u003c/h1\u003e\n\n\u003e A homebrew HTTP framework, written in .NET Core 7\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/maxnatamo/Paracord/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/maxnatamo/paracord?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/maxnatamo/Paracord/blob/main/CONTRIBUTING.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/maxnatamo/Paracord/actions\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/maxnatamo/paracord/continuous.yml?branch=main\u0026label=Build\u0026style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.nuget.org/packages/Paracord/\"\u003e\n    \u003cimg src=\"https://img.shields.io/nuget/v/Paracord?label=Dev\u0026style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.nuget.org/packages/Paracord/\"\u003e\n    \u003cimg src=\"https://img.shields.io/nuget/v/Paracord?label=PROD\u0026style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n# 🪢 Paracord\n\n**Paracord** is an **open-source** web framework for .NET Core / C#.\n\nBecause it's made with .NET Core, it is...\n- Cross platform,\n- easy to containerize,\n- easy to extend,\n- and more.\n\nAs it stands currently, Paracord is still in very *pre-alpha*, so there's no way, nor would we ever recommend, to use the framework in it's current state.\n\n## 🧯 Installation\n\nTo use Paracord in a new project, you can use a pre-built template:\n\n```sh\n# Download template\ndotnet new install Paracord.Templates\n\n# Create new API project\ndotnet new paracord-api -o Paracord.Api\n```\n\nTo use Paracord in an existing project, you can install it using Nuget:\n\n```sh\ndotnet add package Paracord --prerelease\n```\n\n## 📝 Contributing\n\nIf you want to contribute, great! We'd love your help!\n\nFor more in-depth information on contributing to the project and how to get started, see [CONTRIBUTING](CONTRIBUTING.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxnatamo%2Fparacord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxnatamo%2Fparacord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxnatamo%2Fparacord/lists"}