aspnetcore/samples/SocketsSample
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
..
EndPoints add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Hubs Handling exceptions thrown on the server side 2016-12-26 22:39:48 -08:00
Properties Committed launch settings 2016-10-04 17:28:21 -07:00
Protobuf Early version of the .NET Client 2016-12-14 10:04:48 -08:00
wwwroot add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
LineInvocationAdapter.cs Early version of the .NET Client 2016-12-14 10:04:48 -08:00
Program.cs apply license headers 2016-11-07 12:00:04 -08:00
ProtobufSerializer.cs apply license headers 2016-11-07 12:00:04 -08:00
SocketsSample.xproj
Startup.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