
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
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Swift: Delete All Documents
In Swift, how does one delete all documents in the collection. Is the solution to iterate over each document to delete it by document id? Or is there a .deleteA...
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
