Creating a Real Time chat application using Azure App Functions, SignalR, C# and a Javascript Client

preview_player
Показать описание
This is a step by step walkthrough to create a real time chat application using Azure Functions, Azure SignalR, C# and a simple client in Javascript consuming the necessary APIs and libraries.

Credits for Background tune:

Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Рекомендации по теме
Комментарии
Автор

Very concise and to the point, I now finally understand SignalR.

ducksoop.x
Автор

Amazingly simple and still detailed explanation. Great work! Thank you

VFRM
Автор

Great content! Just a small doubt about the server modes:

In the Default Mode, does the client connect directly to the Azure SignalR Service without needing a backend to be running? example: an angular client side application with an .netcore backend, in this case boath applications would connect directly into the azure signalR servicice.

In the Serverless Mode, does the backend need to "host" the role of opening and closing the SignalR hub?

lucaslima-rejh
Автор

Very helpful, thank you 😉😉🍀 great explanation and presentation, keep going 👍😉

martinb.
Автор

do i have to create a post method for every item i want such as username

RewStein