aspnetcore/samples/SocketsSample/wwwroot
David Fowler 53858495dc Hubs are more fleshed out (#11)
- `HubEndPoint<T>` : `RpcEndPoint<T>` where T is the Hub type. Optimizing for a single hub per connection here.
- Hubs get OnConnectedAsync and OnDisconnectedAsync methods that are invoked at the right time and with the right scope.
- Introduced HubLifetimeManager<THub> (naming TBD) which is the center of the universe for Hub behaviors.
2016-11-01 23:15:31 -07:00
..
hubs.html Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
index.html Added hub sample 2016-10-02 03:23:23 -07:00
polling.html JS code style fixes 2016-10-05 14:50:50 -07:00
rpc.html Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
sse.html JS code style fixes 2016-10-05 14:50:50 -07:00
ws.html Fixing @davidfowl's shitty web code. 2016-10-05 10:27:48 -07:00