March 2018
Beginner to intermediate
458 pages
10h 34m
English
Now let's code the Chat hub module for our Let's Chat web application. We have already seen how to create a simple real-time web application using SignalR, while developing a Tic-Tac-Toe game, so we would not spend much time on things we have already seen. Recall that we already have authentication implemented using Facebook and we have user details, such as the display name and profile picture. We need to develop the following as part of our Chat hub module:
Quite clearly, to meet these requirements, we would need to ...