
Hey hey! I am new to the community here. I implemented Appwrite DB last night using the SSR SDK. Adding in my error checks today but wanted to get it up and going.
Question: I assume the ssr sdk currently does not support realtime? I could be totally wrong. Trying to figure out how to integrate it into my nextjs portfilio site.

Realtime is kind of client-only, if it's supported in SSR is a very big question, but i highly suspect it does not

realtime requires changes form client side, so in that case, you should not use SSR

And CSR instead
Recommended threads
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
