Node-RED, file storage – read the data from it in javascript
- This topic has 0 replies, 1 voice, and was last updated 9 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: file storage, Node-RED, read data, save data
Hi there,
I have got web socket listening to data sent by client. I can see this data on debug window by using debug node.
I would like to save this data to file storage. I know we can use file storage node. I did that, but how can I confirm that data is saved in it or not ?
Also, I would like to read the data from that file from the java script template and use within java script.
Any help would be great !
Thanks
Akshay Bhavsar