What are some common solutions for a real-time sub...
# orm-help
r
What are some common solutions for a real-time subscription need that prisma projects can use since prisma2 does it support it yet?
m
I'm using graphql subscriptions with hasura for realtime
r
@Marc Guiselin I’m using BlitzJS and prisma with NodeJS, would have to fundamentally shift how our backend is built to use GraphQL, are there other options?
r
@Richard Prins 👋 Apart from GraphQL, one option I see is using Supabase.
c
https://pusher.com/ is super easy but I think it might get expensive.
s
Hey @Richard Prins - do you need to subscribe to data changes from a frontend application (say a react app or through GraphQL Subscriptions), or do you prefer Prisma to give you data subscriptions on the backend such that you have full control? Would you be interested in participating in a user study on this feature?