Node.js - How do I configure this small service for my web application?

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?

0
source share
1 answer

All Articles