Skip to content

codeunity/graphql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL with Subscriptions over Websockets Demo

This repository is a minimal example for a GraphQL Subscription over Websockets with a C# dotnet 6 backend.

The backend provides a single subscription that represents the current date time and updates every second.

It is used as an example in our blog. See codeunity Blog.

License

See the LICENSE file for license rights and limitations (MIT).