fetch-event-source
fetch-event-source copied to clipboard
Possibility for Node.JS support?
Amazing package! Just wanted to check if there could be a way to also support this in non-browser node.js environments. I was able to get this working in node for my use case but it involved quite a bit of hacks.
https://github.com/Azure/fetch-event-source/pull/28
+1
forked node-fetch-event-source
You might want to check out extended-eventsource as potential new replacement. It's codebase looks proper.