Added link for YouTube version (#14543)
Added additional resource section and link to youtube version. Fixes #13467pull/14548/head
parent
75d8b19085
commit
8c41bec8d5
|
@ -4,7 +4,7 @@ author: bradygaster
|
|||
description: In this tutorial, you create a chat app that uses ASP.NET Core SignalR.
|
||||
ms.author: bradyg
|
||||
ms.custom: mvc
|
||||
ms.date: 07/08/2019
|
||||
ms.date: 09/24/2019
|
||||
uid: tutorials/signalr
|
||||
|
||||
# Customer intent: As a developer, I want to get a quick proof-of-concept app running, so I can get a practical introduction to ASP.NET Core SignalR.
|
||||
|
@ -482,6 +482,10 @@ The SignalR server must be configured to pass SignalR requests to SignalR.
|
|||
> If the app doesn't work, open your browser developer tools (F12) and go to the console. You might see errors related to your HTML and JavaScript code. For example, suppose you put *signalr.js* in a different folder than directed. In that case the reference to that file won't work and you'll see a 404 error in the console.
|
||||
> ![signalr.js not found error](signalr/_static/2.x/f12-console.png)
|
||||
|
||||
## Additional resources
|
||||
|
||||
* [Youtube version of this tutorial](https://www.youtube.com/watch?v=iKlVmu-r0JQ)
|
||||
|
||||
## Next steps
|
||||
|
||||
In this tutorial, you learned how to:
|
||||
|
|
Loading…
Reference in New Issue