# Server Sent Events listener

**URL:** https://discourse.nodered.org/t/server-sent-events-listener/558
**Category:** General
**Created:** [2 June 2018 20:56 UTC](https://discourse.nodered.org/t/server-sent-events-listener/558 "2018-06-02T20:56:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Eelco](https://avatars.discourse-cdn.com/v4/letter/e/a9a28c/32.png) [@Eelco](https://discourse.nodered.org/u/Eelco)
#### Post date: [2 June 2018 20:56 UTC](https://discourse.nodered.org/t/server-sent-events-listener/558/1 "2018-06-02T20:56:36Z")

</div>

Hi,  
I used [https://flows.nodered.org/node/@ekaralis/node-red-contrib-sse-plus](https://flows.nodered.org/node/@ekaralis/node-red-contrib-sse-plus) to create server side of SSE.

Does anyone have a suggestion how to create a listener?  
I tried to replicate a curl command through http node but I fail to get output. Experiment with npm eventsource also failed.  
In Python implementation is easy thanks to SSE client.py

Any thoughts?

---

<div class="post-metadata">

### Author: ![BartButenaers](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bartbutenaers/32/10476_2.png) [@BartButenaers](https://discourse.nodered.org/u/BartButenaers)
#### Post date: [23 June 2018 20:08 UTC](https://discourse.nodered.org/t/server-sent-events-listener/558/2 "2018-06-23T20:08:41Z")

</div>

Hi Eelco (@Eelco) ,

Haven’t seen your question on this forum, until this evening. Just [announced](https://discourse.nodered.org/t/announce-node-red-contrib-sse-client/1025) a new contribution, that might be of any help in your case. If you have any feedback about it please let me know in that other discussion.

Kind regards,  
Bart Butenaers
