We need to add a chat application to our web app. Do you have an example that would show the best way to do this? In the past, i have seen examples using SIGNALR but those are very old. The key is for the webapp to update the UI when a new message is received without "refreshing"

thanks!
/Z