Full Stack Reactive Extensions - Using Redux Patterns on the Server Side with .Net Core and SignalR

preview_player
Показать описание

|| Subscribe for more content from SSW TV ||

|| Press like and leave a comment below to let us know how we're doing ||

Twitter ↴

Facebook ↴

--- Description ---

Recorded at DDD Sydney 2018.

Imagine you had something really important to tell everyone but weren't allowed to speak up until asked.

That's how all web servers and WebAPIs with their HTTP Request/Response cycle operate.

SignalR, built on WebSockets, changes this client-server relationship from "speak only when spoken to" to a fully bi-directional communication.

This is amazing, but can also generate a lot of asynchronous events. Fortunately, we've got some great tools for handling asynchronous events....

Like many developers, Brendan first started using the Redux and Observable patterns developing client-side JavaScript / Typescript Single Page Apps. But Rx and Redux libraries exist for many languages.

This talk explores implementing Redux behind a SignalR hub on an ASP.Net Core web server, adding predictable state management to the real-time capabilities of SignalR.

Credits:

------------------------------------------------------------------------------

Created by SSW TV | Videos By Developers, For Developers.

Рекомендации по теме
Комментарии
Автор

The full source code from this presentation is available here:

brendanrichards