Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
535 views

I have a web application that uses SSE to update available tables. It reads off a DB on its status whether its 1 or 2 and updates the seating arrangement accordingly. However, i've been experiencing ...
Lee's user avatar
  • 1
12 votes
2 answers
10k views

It seems in both cases client sends a request to server and server answers, unless in server sent event you can set retry time in your server side code. So is there any benefit in using SSE rather ...
Rsh's user avatar
  • 7,802
80 votes
2 answers
44k views

So I understand the concept of server-sent events (EventSource): A client connects to an endpoint via EventSource Client just listens to messages sent from the endpoint The thing I'm confused about is ...
Ahmed Nuaman's user avatar
  • 13.4k
3 votes
3 answers
1k views

I want to make a feed application using SSE in MVC .NET. I was looking over the web but I can't find an example or a way to implement the SSE in MVC. I developed a very dirty solution where a View ...
omarGlez's user avatar
0 votes
3 answers
748 views

Is it easy to implement Flex Ajax Bridge with ColdFusion? Where can I learn how to use it? My frontend is pure HTML+JS and I just need the push capability. I thought of using Websocket Event ...
Henry's user avatar
  • 33k
17 votes
3 answers
15k views

I am trying to get into the web push technology so I started looking around. I have basically found 2 technologies, that is Websockets and SSE. After ruling out Websockets because of lack of perl ...
Mike's user avatar
  • 2,597
7 votes
4 answers
8k views

I'm actually trying to create a web-application which will utilizes the Server-Sent Events draft. From my knowledge, SSEs utilize one thread per connection, and since the server is going to ...
0xff0000's user avatar
  • 917
18 votes
1 answer
9k views

I'm new to Ruby and Sinatra, I'm trying to setup a simple HTML5 Server-Sent Event with it, The code below works fine in Chrome developer builds but fails in Non Developer Builds and Safari on both ...
user248257's user avatar

1
39 40 41 42
43