I'm looking for a dynamic system to do post and comments like all social network (Facebook, Twitter etc.) in Symfony 4, with Twig.
My problem is that I don't want to refresh the page to see the news posts. Moreover, I don't think that using Ajax every X seconds is really efficient.
Is there any good solution for that ? Should I user WebSocketBundle ?
Comments
Post a Comment