aspnetcore/samples/SocketsSample
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
..
EndPoints Progress towards splitting the layers (#473) 2017-05-23 02:43:32 -07:00
Hubs
Properties
wwwroot
Program.cs
SocketsSample.csproj Split http and non-http layers (#487) 2017-05-24 07:09:46 -07:00
Startup.cs Progress towards splitting the layers (#473) 2017-05-23 02:43:32 -07:00
web.config