Building Real-Time Web Apps with SignalR 2

Go to class
Write Review

Free Online Course: Building Real-Time Web Apps with SignalR 2 provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Building Real-Time Web Apps with SignalR 2 is taught by Richard Rout.

Overview
  • Build real-time web apps with SignalR 2. Learn how to add real-time functionality to an ASP.NET MVC application, secure it, and add groups.

Syllabus
  • Introduction

    • Real-time websites with SignalR
    • What you should know
    1. SignalR Overview and Concepts
    • What is SignalR?
    • Real-time transports
    • Hubs
    • Clients
    • SignalR connection lifetime
    • Scaling with SignalR
    2. Configuring SignalR in ASP.NET
    • Adding a SignalR hub to an MVC app
    • Adding a SignalR client to an MVC app
    • Sending messages using SignalR
    3. Building a Real-Time App with SignalR
    • Example of Fun Chat
    • Creating an ASP.NET app with SignalR
    • Sending a new chat message
    • Reacting to a new chat message
    4. SignalR Groups
    • How SignalR groups work
    • Adding chat rooms with groups
    5. Authentication with SignalR
    • Authentication with SignalR
    • Adding authentication to Fun Chat
    • Adding private messages to Fun Chat
    Conclusion
    • Next steps