Top "Server-push" questions

Server push describes a style of Internet-based communication where the request for a given transaction is initiated by the publisher or central server.

Android: Test Push Notification online (Google Cloud Messaging)

Update: GCM is deprecated, use FCM I am implementing Google Cloud Messaging in my application. Server code is not ready …

android push-notification google-cloud-messaging android-notifications server-push
ASP.NET Push Redirect on Session Timeout

I'm looking for a tutorial, blog entry, or some help on the technique behind websites that automatically push users (ie …

asp.net redirect session-timeout server-push
Comet and jQuery

I've done some research into server push with javascript and have found the general consensus to be that what I'm …

javascript jquery design-patterns comet server-push
Loadbalancing web sockets

I have a question about how to load balance web sockets. I have a server which supports web sockets. Browsers …

websocket load-balancing server-push
asp.net http server push to client

What's the best way to push info from a server to a web client? I know it's possible to setup …

asp.net server-push
text/event-stream recognised as a download

I'm trying to implement server push in my Flask project following this tutorial. I've set it all up with no …

python flask server-push
server send push notification to client browser without using polling

I am developing a web app in which I want that when some changes in database occurs, server sends response …

browser push-notification server-push
HTML5 Server-Sent Events prototyping - ambiguous error and repeated polling?

I'm trying to get to grips with Server-Side Events as they fit my requirements perfectly and seem like they should …

apache html server-push server-sent-events
What is the WebSockets alternative in the HTTP/2 world?

The new HTTP/2 protocol comes with some promising features. Some of them: Multiplexing - a single TCP connection can be …

websocket server-sent-events http2 server-push
HTTP 2 will support server push, what does this mean?

I've read a lot of things about HTTP 2 (which is still in development), so I also heard about the server …

server-push http2