Transfer a json object from node.js server to photon device

Hi! … as part of my personal project with a Photon device, i have implemented a firmware for sending the content of file from a photon device to a node.js client via TCP/IP, and using the transferred data, i perform a request to a secure server from node.js, obtaining as a response, a json object … my question is, which would be the best/simple way to transfer that json object from node.js back to the photon device? thanks in advance for your valuable help.

1 Like