appwrite / sdk-for-node

[READ-ONLY] Official Appwrite Node.js SDK 🟢
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
208 stars 36 forks source link

🚀 Feature: realtime usage like for the "web-framework" using websockets #31

Open slaesh opened 2 years ago

slaesh commented 2 years ago

🔖 Feature description

Would be great to have the same functionality in the node-sdk as in the other sdk's!

🎤 Pitch

Imagine writing a backend-service which should not be exposed to the outer world (webhooks are not working) or the IP is not static or whatever reasons.

The service would just ping out, connect and receive notifications :)

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

TorstenDittmann commented 2 years ago

Hey :)

That is actually on our ToDo list for the future. I cannot promise you when its coming, but I can that it is coming at some point 👍🏻

slaesh commented 2 years ago

Glad to hear that! :) Currently switching to GraphQL subscriptions but will come back in some time though! ;) Thanks!

since it's already on your list.. Can/should we close this? =)

tripolskypetr commented 2 months ago

Not solved yet. I wrote the webhook event restreamer which allow appwrite functions to receive events without relaunch. https://github.com/react-declarative/appwrite-webhook-restreamer