Skip to content

maxnatamo/Paracord

Repository files navigation

🪢 Paracord

A homebrew HTTP framework, written in .NET Core 7

🪢 Paracord

Paracord is an open-source web framework for .NET Core / C#.

Because it's made with .NET Core, it is...

  • Cross platform,
  • easy to containerize,
  • easy to extend,
  • and more.

As 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.

🧯 Installation

To use Paracord in a new project, you can use a pre-built template:

# Download template
dotnet new install Paracord.Templates

# Create new API project
dotnet new paracord-api -o Paracord.Api

To use Paracord in an existing project, you can install it using Nuget:

dotnet add package Paracord --prerelease

📝 Contributing

If you want to contribute, great! We'd love your help!

For more in-depth information on contributing to the project and how to get started, see CONTRIBUTING.