NodeJS SDK - Data extraction

HI
I have implemented the NodeJS code to get data from my TTN console and its working fine.
But every time when a up-link happens i need to refresh my NodeJS server again in browser. How can i automate this process ?. As soon as TTN up-link is received the node server should refresh on itself. Any idea is much appreciated.

I assume you mean that you implemented an endpoint and the TTN HTTP Integration console is configured to POST your data to this endpoint?

if so, the Node.js just needs to implement or use a backend store for your data…and perhaps another endpoint to view the data in the backend store.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.