Server-Sent Events (SSE) support for ASP.NET Core

added by DotNetKicks
2/10/2017 1:38:06 PM

459 Views

The web socket protocol is currently the most popular one for pushing data to browsers, however it's not the only one. The Server-Sent Events (SSE) is a very interesting alternative which can provide better performance for specific use cases. The Server-Sent Events is a unidirectional (server to browser) protocol for streaming events.


0 comments