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 Make the http end points more resty (#470) 2017-05-19 23:37:17 -07:00
Program.cs Disabling hosting startup 2017-05-21 16:46:47 -07:00
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