I'm curious as how to monitor a website for it's updates in realtime, preferably in node.js.
Let's take Wikipedia for example. Someone decides to update an article with some relevant information. How would I go about subscribing to the page and instantly getting the event in my node.js server without having to poll the website every X seconds?