chore: add articles for c#, HotChocolate and Svelte

This commit is contained in:
Theresa Henze
2022-10-27 14:40:59 +02:00
committed by Bastian
parent a175e22525
commit ecc331f03c
4 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
---
title: "Hot Chocolate"
ring: assess
quadrant: "languages-and-frameworks"
featured: true
---
[Hot Chocolate](https://chillicream.com/docs/hotchocolate/v12) is an open-source GraphQL server for .NET.
It is compatible to many GraphQL clients and tools and is really easy to setup and use. We assess it in one of our
projects as an alternative to [GraphQL .NET](https://graphql-dotnet.github.io/docs/getting-started/introduction/).