M
M
Michael2016-11-07 21:15:41
RSS
Michael, 2016-11-07 21:15:41

How to instantly respond to changes on a third-party site?

The task is as follows. There is a news site that provides open access to the description of their posts in RSS format.
I need to write a server on node.js that would instantly react to newly added news on the site and read it through some kind of RSS reader. Found this here . But they use the request module, which sends requests. That is, I will have to manually send requests after some time, and I will receive information about the news with a delay.
In which direction to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DTX, 2016-11-07
@mak_ufo

That is, I will have to manually send requests after some time, and I will receive information about the news with a delay.

No other way, alas.
Unless you consider the option of cooperation with the site)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question