Slide 5
Slide 5 text
New for ASP.NET Core SignalR
• Binary data support, e.g. send/receive binary data
• Host-agnostic (enables non-HTTP transports)
• All-new connection-level “Endpoints” API
• Multiple protocols/formats support, e.g. JSON, ProtoBuf, custom
• Support “pure” WebSocket clients
• Return results from client method invocations
• TypeScript client
• Flexible scale-out extensibility