I have a device that generates events. These events can be accessed in the browser by entering the IP address of the reader and appending "/datastream" to the URL. In the browser, I see individual JSON files coming in. Now, I would like to receive this information in Node-RED. I have already tried to do this using a GET request, but without success. I couldn't find any information online on how to get this data stream (including new incoming events) into Node-RED.
thanks Marcus, i did not know this was a server sent event. unfortunately i can't make the stream vissible in Node red, i get a time out after a couple of seconds.