rpitv / glimpse

Monorepo for the RPI TV Glimpse project
MIT License
3 stars 1 forks source link

Feature: GraphQL Subscriptions #16

Open robere2 opened 1 year ago

robere2 commented 1 year ago

GraphQL subscriptions allow for the server to push data to clients in real-time. This could be useful for mainly two things at the moment:

This is carried over from rpitv/glimpse-api#53