Posts

Showing posts with the label SignalR

ASP.NET Chat Application Development using – SignalR

Image
In a chat application, everything has to be real time from chat messages, typing indicator, online/offline presence to almost everything and even one second delay is not acceptable when you are chatting with someone real time. However, with chat becoming a must-have feature for every kind of interaction be it for external or internal stakeholders the process has been simplified to quite an extent. • It is real-time chat application for the individual and group of users. • To start the application, User can access login page and upon successful login, user will be able to access rest of features. • If user does not exist then, there is registration feature as well. Using it, user will be able to make registration into application in order to use application. • After login, user will be able to see all online users at right side and he/she can initiate chat with individual user if he/she wants. • If user wants, then he can start the group discussion as well. • There...