Graphscriber is a middleware made for FSharp.Data.GraphQL that adds support for GraphQL over Web Socket specification in popular servers, such as ASP.NET Core applications.
Info
Version: | 1.0.0 |
Author(s): | Ismael Carlos Velten |
Last Update: | Wednesday, July 17, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ivelten/Graphscriber |
NuGet Url: | https://www.nuget.org/packages/Graphscriber.AspNetCore |
Install
Install-Package Graphscriber.AspNetCore
dotnet add package Graphscriber.AspNetCore
paket add Graphscriber.AspNetCore
Graphscriber.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.3.4)
- FSharp.Data.GraphQL.Server(>= 1.0.1)
- Newtonsoft.Json(>= 12.0.2)
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Microsoft.AspNetCore.WebSockets(>= 2.2.1)
Tags