#Graphql
1 messages · Page 1 of 1 (latest)
Unfortunately, serverless functions can't run websockets, so you need a dedicated server to have the websockets run separately, or use something like firebase to do the same
1 messages · Page 1 of 1 (latest)
How add server side graphql subscriptions to Next.js,I am currently building app in Next JS. I use graphql with Apollo Server micro on backend. Now I want real time updates, but I found out there is no support for Subscription in apollo-server-micro
Unfortunately, serverless functions can't run websockets, so you need a dedicated server to have the websockets run separately, or use something like firebase to do the same