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
- free plan limit
Hello! I’m currently on the free plan and still in development. I’m unable to use the database because I’m getting the following error: “Resource limit for your...
- Failed to receive appwrite reset passwor...
Hey there, I forgot my password for my appwrite account but when i use forgot password, i dont get an email to reset the account but when i try to create a new ...
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?