Connect Raspberry pi to Render

I’ve successfully deployed Python Flask APIs on Render and also deployed a static React app on Render. Now, I want to establish Render as the master, allowing the static React app to send data to and pull data from a Raspberry Pi. What method should I follow to enable communication between the Raspberry Pi and Render Cloud?

Hi,

You’d probably want the client (Raspberry Pi, or any machine), to push data to the Render service rather that try and have the cloud service reach a local machine to pull data.

Alan

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