I have a post api that produces json events. I need to consume the api in angular and react to each event, I see EventSource does not support post request. new to angular, please suggest, if there are any other alternatives or ways to consume events.
Asked
Active
Viewed 244 times
1 Answers
0
I was able to get around using xmlhttprequest onProgress. This post was helpful - Difference between EventSource and XMLHttpRequest for SSE

sj23
- 51
- 1
- 6