.Net Core course will help youlearn about WebSockets—a technology that allows one to create new features in our systems and bring real-time communication into our applications. This technology can be mastered in order to become a new kind of developer. In this course, you can expect the following:
Understanding this technology.
The problem this tech solves.
When it is and isn’t recommended to be used.
How to create a SignalR server and Client from scratch.
Types of RTC Protocols
Real-world samples, more than just a chat.
Lifecycle
Multirequest - Multithread
Scalability
Integrating SignalR into your existing Application.
On this learning journey, we will also encounter the most frequent challenges and concerns with horizontal scalability and concurrent properties (thread-safe). The course is oriented towards creative thinking and awareness of thread-safe features.
This includes awareness of the concurrent dictionary, its significance, and when to use it. Also as a bonus, we will learn how to implement a docker image from our project, upload it to a registry and do a deployment, passing all the necessary steps to scale horizontally.
Let’s get started!
Understand the core principles about Real Time Communcation, What is WebSocket
See the differences between Protocols, Websocket, Long Time Pooling, Server sent events among others
What kind of problem does this tech solves, identify opportunities to use it, and when it is not recommended
Real-world samples, more than just a chat; How to trigger message to the client outside a SignalR Hub;
Understand the lifecycle of the connection and how to maintain
Vertical vs Horizontal Scaling, how to scale your SignalR Application Horizontally
Integrating SignalR Into your existing application
Bonus: How to create a docker image, configure an affinity cookie with NGINX Ingress and scale horizontally