I have messaging all set up, but when someone sends a message, I want the recipient to see the message without having to refresh the page.
It would also be cool that when a user receives a message, there is a notification/badge that appears to indicate a new message.
I'm a newbie only just delving into web development, so is this the scenario where I would use AJAX? I've been reading about it, and that seems to be the case. Is there a better way to do something like this with Node.js + Express?
I just need a push in the right direction. Thanks!