Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,
i have a question :

i wrote an application that connected and got data (text, json, xml ...) from a server A(183..) . But some time server A was died .

so i want to set up an program (wrote by node.js) on server B (84....) that cach all of data that getting from server A

example : today i query the server A for url http://xyz.com/1.html
tomorrow server A may be died
so i will query the server B (Node.js) and receive the same result (http://abc.com...)

how can i do ?

thank for help !
Posted
Comments
loctrice 22-May-12 14:53pm    
I downvoted because you posted this yesterday Repost

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900