aspnetcore/samples/SocialWeather
Andrew Stanton-Nurse 991c1d8517 Implement new Hub Protocol (Part Deux) (#390)
* convert to new protocol
* removed InvocationDescriptorRegistry because we're not yet sure about custom protocols
* update SocialWeather sample
* Moving ts client to using new protocol
* make the functional tests a little easier to run on ctrl-f5
2017-05-09 12:24:58 -07:00
..
Json add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Pipe Text Protocol Formatter (#187) 2017-02-14 16:00:51 -08:00
Protobuf Text Protocol Formatter (#187) 2017-02-14 16:00:51 -08:00
wwwroot update MSBuild settings to make samples runnable (#180) 2017-02-07 09:39:21 -08:00
FormatterResolver.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
IStreamFormatter.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
PersistentConnectionLifeTimeManager.cs Implement new Hub Protocol (Part Deux) (#390) 2017-05-09 12:24:58 -07:00
Program.cs React to Logging API changes (#433) 2017-05-03 10:39:29 -07:00
SocialWeather.csproj Remove cyclic dependencies 2017-04-05 19:14:01 -07:00
SocialWeatherEndPoint.cs Fixing SocialWeather sample 2017-05-08 12:49:57 -07:00
Startup.cs React to Logging API changes (#433) 2017-05-03 10:39:29 -07:00
WeatherReport.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
web.config