Grapevine.Core
4.1.1.1
See the version list below for details.
dotnet add package Grapevine.Core --version 4.1.1.1
NuGet\Install-Package Grapevine.Core -Version 4.1.1.1
<PackageReference Include="Grapevine.Core" Version="4.1.1.1" />
paket add Grapevine.Core --version 4.1.1.1
#r "nuget: Grapevine.Core, 4.1.1.1"
// Install Grapevine.Core as a Cake Addin #addin nuget:?package=Grapevine.Core&version=4.1.1.1 // Install Grapevine.Core as a Cake Tool #tool nuget:?package=Grapevine.Core&version=4.1.1.1
The best solutions are the simplest to implement. Embedding a REST/HTTP server in your application should be simple. Consuming REST resources from inside your application should be simple. If what you've been using doesn't feel simple, try Grapevine. It doesn't get any simpler than this.
I'm always open to flattry
Introduction
Grapevine is a .NET class library focused on solving two problems:
- Easily embedding a REST/HTTP servers in your application
- Easily consume REST resources in your application
The focus is on simplicity, and while Grapevine is intended for use in applications for which being a REST or HTTP client or server is not the primary function or purpose of the application, it can just as easily be used to serve up production-ready website and web applications.
Features
Grapevine has no dependency on IIS or
System.Web
.Grapevine can serve both static files and dynamic resources
Grapevine can both produce and consume REST services
Grapevine has minimal configuration requirements
Grapevine allows you to map specific methods to HTTP verbs and URL patterns
Grapevine supports using regular expressions
Grapevine streamlines connecting and communicating with REST servers using simple patterns and placeholders
Grapevine can listen on multiple ports, and scope REST resources to those ports
Limitations
Grapevine does not do any script parsing (CGI scripts or HTML templating engines) by default - but feel free to fork this project and hack away! I'm pretty sure it could be done, I just haven't encountered a need for it (yet).
You will likely be required to open a port in your firewall for remote computers to be able to send requests to your application. Grapevine will not (yet) automatically do that for you, but it's on our roadmap.
Support
If you find you are having problems and need help check out our support options.
"Grapes In Dark Blue Cloud" Icon courtesy of aha-soft.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Security.Permissions (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.