Skip to content Skip to sidebar Skip to footer

What is Used to Continuously Push Events From the Web Server to the Client s Browser

Questions tagged [server-push]

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

  • Learn more…
  • Top users
  • Synonyms

Vaadin 14 - Closing IFrame after request from an other application

In my application, I open an IFrame in one of my views, to access an application through that, and after the process is done in that application, it sends me a request to my callback servlet, after ...

SchneiderKr's user avatar

  • 31

How to use Vaadin FLOW server-push with Spring Boot

When I use the @Push annotation on a view I get the following exception (JDK 16, Vaadin 19.0.7, Spring boot 2.4.7): org.springframework.context.ApplicationContextException: Unable to start web server; ...

Franco G's user avatar

  • 355

CUBA Platform push messages from backend to UI

i was wondering if it is possible to send messages from the backend (for example a running task that receives information from an external system) to the UI. In my case it needs to be a specific ...

tagtraeumer's user avatar

  • 1,371

HTTP Server-Push: Service to Service, without Browser

I am developing a cloud-based back-end HTTP service that will be exposed for integration with some on-prem systems. Client systems are custom-made by external vendors, they are back-end systems with ...

Mike's user avatar

  • 2,358

What happens when triggering a GET request while a http2 push is in-flight for the same resource

What happens when triggering a single GET request, while simultaneously a http2 push is in-flight for the same resource? What is the specified behavior and what do the browsers actually do? An example ...

Nick Russler's user avatar

  • 4,501

8 votes

0 answers

2k views

How web push protocol works?

Problem I am wondering how webpush protocol works? Does it keep some kind of connection open like WebSocket protocol? Or does it use mechanism similar to polling? Tried According to documentation ...

zolty13's user avatar

  • 1,691

HTTP/2 Server Push not working for JavaScript files

I am trying to implement HTTP/2 Server Push through CloudFlare Workers using below code: let mainScript='main-es2015.e66dc0bc532401d980dc.js'; response.headers.append("Link", "</"+mainScript+">;...

Naveed Ahmed's user avatar

  • 9,565

Can a HTTP/2 client choose which resources to receive via Server Push?

I have a static site. In order to speed up site loading, I want to push the CSS to the client using HTTP/2 Server Push. However, I am also concerned about bandwidth usage on mobile clients. If I ...

iblue's user avatar

  • 28.6k

is HTTP2 viable for video streaming or real-time multiplayer games?

Trying to wrap my head around what's possible and how it compares to web sockets. Http2 allows the server to continuously push to client, are there any limits that prevents this from being used to ...

Nico Collie's user avatar

  • 33

0 votes

1 answer

68 views

How to fetch values from dict

I am implementing a chat client gui whith server-push functionality. The messages that will be sent will look like this: yourMessage = {'name': 'David', 'text': 'hello world'} I recieve a server-...

Dovahkiin's user avatar

  • 45

With HTTP/2 Push, can I push assets before the initial response?

I have a webpage that has JS, CSS, and font assets. The page has to do some heavy processing before determining the HTTP Status code and headers for its response. I'd like to use HTTP/2 Push to send ...

jdmoody's user avatar

  • 25

HTTP/2 Server Push results in duplicate requests

A response for a document with the following headers enters Nginx: link: </picture.jpg>; as=image; rel=preload link: </_next/static/chunks/commons.4e96503c89eea0476d3e.module.js>; as=...

Dawid's user avatar

  • 575

How to limit amount of files sent to HTTP 2 / Server Push + Nginx

I'm configuring my server to work with HTTP 2 Server Push. I could make it work, but or the browser or the nginx is limiting the amount of files to "push" in 10. I have a much bigger list of items (...

André Inocenti's user avatar

  • 48

How can I check that HTTP2/Server Push works properly?

I've been testing HTTP2 Multiplexing and HTTP2/Server Push in Node.js locally and inspected it in the waterfall network graph in Chrome Dev Tools. While using my own Node.js Server Push with res....

Dawid's user avatar

  • 575

2 votes

2 answers

375 views

How to decide which files can I push with HTTP 2 Server Push when hosting an Angular App with differential loading?

I have an Angular 8 app, which by default generates 2 js files for each bundle, ES5 and ES6 versions. I would like to leverage HTTP Push, but I don't know which version to push. Is it possible to ...

Hodossy Szabolcs's user avatar

  • 1,486


larsonerepaing00.blogspot.com

Source: https://stackoverflow.com/questions/tagged/server-push

Post a Comment for "What is Used to Continuously Push Events From the Web Server to the Client s Browser"