For questions relating to the HTML5 SSE (Server Sent Events) API; the JavaScript object is called EventSource.
Questions tagged [eventsource]
215 questions
0
votes
1 answer
How to compare one object value with other in angular 5
I have written the code for getting the server sent events using EventSource, in which i have this below code. In the below code i have 2 objects one is tasksRes & other is tasks1.
Case 1: So among them i have to check one id with the other in both…

youi
- 1,887
- 5
- 20
- 31
0
votes
1 answer
EventSource addEventListener callback method is not called when event comes from Django server
EventSource addEventListener callback is not called when event comes
Settings:
Django 2.0.7
Chrome 67.0.3396.99
MacOSX 10.13.6 (17G65)
Source code:
In my chat.html:
…

CodingNow
- 998
- 1
- 11
- 23
0
votes
0 answers
AWS Load Balancer with HTTPS redirections for Server-side event (eventSource)
guys,
I am building a website with JAVA Spring on AWS Elastic beanstalk with Load Balancer. In short, I have a page which receives Server-side Event (SSE) from server using eventsource on client-side and SseEmitter on my Java Spring back-end.
I want…

C.M. Chang TW
- 1
- 1
0
votes
1 answer
Does Firefox has a maximum number of EventSource it can support?
I'm currently developing a simple web dashboard using the class com.sun.net.httpserver.HttpServer. In this dashboard i can create a certain number of EventSource in a monitoring page.
By using that i've noticed that after just 6 parallel EventSource…

wellsaid
- 53
- 2
- 8
0
votes
2 answers
Use event manager to refresh page when string is found
I am already using this piece of code to update a codebox in the page with the data retrieved using dyntask.php.