aspnetcore/client-ts
David Fowler 6a8ede0770
Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599)
- This PR attempts to move things where they are needed instead of where they
happened to be used. As a result we should now have Sockets.Abstractions and
Sockets down to the minimal set of things required to make them run.
Sockets.Abstractions should go away in favor of Protocol.Abstractions and
Sockets contains the EndPoint abstraction and related types.
- Moved ConnectionManager and friends to
Sockets.Http.
-Removed Sockets and moved everything into Sockets.Abstractions.
- Moved DefaultConnection and put it in Sockets.Abstractions.
2018-03-14 15:37:24 -07:00
..
FunctionalTests Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599) 2018-03-14 15:37:24 -07:00
signalr fix package-lock.json files (#1592) 2018-03-13 18:55:56 -07:00
signalr-protocol-msgpack fix the umd build of msgpack (#1600) 2018-03-14 13:40:27 -07:00
package-lock.json
package.json
rollup-base.js Fixes for NPM packages in preview1 (#1540) 2018-03-06 15:14:42 -08:00
tsconfig-base.json
tslint.json
umd-test-page.html