I am trying to understand and experiment with node.js , and I am wondering how this will happen in practice:
Let's say I have a news site with articles that are constantly updated by different users. When some article was updated (someone edited some text), I want it to be updated in other clients , in real time .
What would be the best framework for this?
Kriem source
share