Is it possible to use realtime data update between 2 NodeJS sites?

Is it possible to use realtime data update between 2 NodeJS sites (created in Wappler)?

  1. API with NodeJS (api.domain.de)
  2. Frontend with NodeJS (domain.cloud)

If yes what would be the recommended setup?

If I’m correct, it’s possible. Just like when you create a website and a mobile app.
In this case, the only requirement is to use the same database between your two different websites.

That would be cool!

I saw that you had already a post about this topic:

Did you get it working?

Yes, it’s working correctly by following @George’s post.
And here as well: Realtime Data Update with NodeJS and WebSockets

1 Like

Fixed in Wappler 5.1.1

This topic was automatically closed after 3 days. New replies are no longer allowed.