Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
name: Hot Chocolate
description: GraphQL Server for .NET core and .NET classic
url: https://github.com/ChilliCream/hotchocolate
description: Hot Chocolate is an open-source GraphQL Server for .NET
url: https://chillicream.com/docs/hotchocolate/
github: ChilliCream/hotchocolate
---

Hot Chocolate takes the complexity away from building a fully-fledged GraphQL server and lets you focus on delivering the next big thing.

```csharp
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
Expand Down