Solution overview

Now you should have a complete, buildable solution. Let's have a quick look at the solution in Solution Explorer:

Starting at the top, let me list the changes we've made to our Chapter5 project:

  1. The following is the SignalR Asp.NET Core library we added through NuGet:

Dependencies/NuGet/Microsoft.AspNetCore.SignalR (1.0.0-alpha2-final)

  1. We copied this JavaScript library manually from the node_modules folder after we downloaded it using npm:

wwwroot/scripts/signalr-client-1.0.0-alpha2-final.min.js

  1.  Our client page with HTML markup, styling and JavaScript all in one:  one.wwwroot/index.html

 

If you are going to use this ...

Get C# 7 and .NET Core 2.0 Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.