This project is a web chat application that leverages SignalR for real-time communication. It incorporates ASP.NET Core Identity for user authentication and identification, ensuring secure and personalized WebSocket communication through SignalR. The application features client-side updates powered by JavaScript and employs SQL Server to store all communication data.
Tutorial followed: Chat Application using ASP NET Core SignalR with User Identity by Ahmed Sobh.