Chris NowickiOriginal post
Rank 1: Thread
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.
Summary
Developers mention that in order to use realtime data, client-side changes are required, so it's best to avoid SSR. Realtime is primarily for the client side, and it's doubtful if it's supported in SSR. The developer is new to the community and has implemented Appwrite DB with the SSR SDK in their project. They are questioning if the SSR SDK supports realtime.