Thursday 4 May 2017

Accessing data from node file, then posting the data on express server

I have a node file that makes a request and retrieves some data. How do I take that data and transfer it to another node file on the same server which has my express code in it?

They are on the same server - just need to move the data to the express the server.

Is it possible for the express file to call the request node file every hour and update the data?



via Samay Shamdasani

No comments:

Post a Comment