Dynamic display of content

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

This is a very generic question. When I look at all examples, the front-end is pulling the content from strapi API. I would like to have multiple users contributing to the same content, and to have an update of the display, without pulling the content. Something like : well, it changed (for example there is a new item) without pulling, I update the page. You need some kind of web socket to do that.

Is this possible ? Regards,

Arnaud Laprévote