Community

Push Data To Client Using ASP.NET Core Web API And Server Sent Events

(Bipin Joshi) Server Sent Events or SSE allow you to send push messages from the server to client. They come handy when you have a lengthy processing going on the server and want to notify the client from time to time about the status or intermediate results of the processing.