aspnetcore/client-ts/Microsoft.AspNetCore.Signal...
David Fowler d55ebfeee0 Split http and non-http layers (#487)
* Split http and non-http layers
- This change introduces Microsoft.AspNetCore.SignalR.Http
and Microsoft.AspNetCore.Sockets.Http which expose extension methods
on IAppBuilder for wiring up a sockets and signalr pipeline.
2017-05-24 07:09:46 -07:00
..
wwwroot Implement new Hub Protocol (Part Deux) (#390) 2017-05-09 12:24:58 -07:00
.gitignore
EchoEndPoint.cs Progress towards splitting the layers (#473) 2017-05-23 02:43:32 -07:00
Microsoft.AspNetCore.SignalR.Test.Server.csproj Split http and non-http layers (#487) 2017-05-24 07:09:46 -07:00
Program.cs React to Logging API changes (#433) 2017-05-03 10:39:29 -07:00
Startup.cs Progress towards splitting the layers (#473) 2017-05-23 02:43:32 -07:00
TestHub.cs
web.config