JavaScript
Server-Sent Events(SSE) Web(JS EventSource) Client
If you want to consume Server-Sent Events(SSE) from your web frontend then you need to create a new object of EvenSource and use that. This article contains detailed information about EventSource.