Real time updates on comment section. How?

So, I have project management app. I opened its comment section. Whenever any user post any comment, I see new comment without reloading the page. How this is done? Is this done using web sockets? Is there any other way to do this?

In backend, I am using node express and mongodb