Rank 1: Thread
I want implement server side events in appwrite. For implementing server side event I need a server which supports this. In express server I can do this by res.write(). But in appwrite function I can't do this as it supports on res.send and res.json. Is there any way to achieve SSE in appwrite function?