It is possible to connect galaxy watch web application to un existing PWA in node js that is not created with tizen ide?

Hello.

I have a pwa to manage sports sessions and I would like to recover the biometric data generated (e.g heartbeats) by the watch to send them to the pwa made in node js, to be able to save them in the database.

This pwa companion its not created with tizen tools.

So I would like to know if its possible to make connection in a direct way or i have to create new pwa companion with tizen tools ?

Thanks

Hello,
Without creating any client, your server can’t get update from the app. So, you need to create a client in your tizen app as well to send updates.