HI ,
I am creating a social media site, but getting stumped on updating the status comment boxes. Currently, when a user post a comment to a status it updates in REAL-TIME (ajax) on their page, however, it does not on the clients side. How can I build a comment box to read in REAL-TIME?
I am looking into using either node.js, socket.io or websockets, but I am not sure how to get started. NEW to using that development.
I am currently using just JQUERY / AJAX, but I am sure there is another way to show new comments to both client / user without the latency or memory getting full.
Thanks in advance for some help.