aspnetcore/samples/SocialWeather
Andrew Stanton-Nurse d281cb72ea add "messaging" endpoints and transports
* Need a separate set of primitives to handle messaging
* Using Channels (not Pipelines!) to provide the data flow for messaging
* All transports are now "message" based transports
* Added an adaptor to convert message-based transports to serve
streaming endpoints
2017-01-09 16:01:08 -08:00
..
Json add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Pipe add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Protobuf add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
wwwroot Displaying actual date 2016-11-15 10:39:54 -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 add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Program.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
SocialWeather.xproj Adding protobuf formatter 2016-11-15 10:39:51 -08:00
SocialWeatherEndPoint.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Startup.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
WeatherReport.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
project.json add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
web.config