Azure / fetch-event-source

A better API for making Event Source requests, with all the features of fetch()
MIT License
1.64k stars 131 forks source link

Is this project abandoned by Microsoft? #80

Open dedalusMohantyMa opened 4 months ago

dedalusMohantyMa commented 4 months ago

Is this project abandoned by Microsoft?

The last release has been ages ago. There are PRs open since ages and unanswered questions. I am using this library because this is maintained by a big community. It would be nice to know, if I have to switch to another project, if this project will not get any updates anymore.

A clear statement would already help out :-)

dedalusMohantyMa commented 4 months ago

It seems that there is no reply after two weeks of posting my question.

Then I will switch to another project https://github.com/mpetazzoni/sse.js which works in a similar manner and also has a living community 😎

joshmossas commented 3 months ago

If anyone is looking for another alternative I ended up writing my own library https://github.com/joshmossas/event-source-plus

It has the following improvements:

Bug reports and PRs are welcome. :smile: