Questions tagged [pushstream]

nginx push stream module

A pure stream http push technology for your Nginx setup.

2 questions
1
vote
2 answers

HTTP2 / SPDY Push-Stream Verification: How to Test?

I am implementing HTTP2/SPDY push resourcing using the node module spdy. I have followed indutny's doc and have been doing test runs implementing his example into my server.js. The problem is two fold; I am not getting any errors in the log(s) nor…
user742030
0
votes
1 answer

Server Push with Nodejs pushStream method is not working

I am studying http2 on nodejs, but find out a issue pushStream method not working (client side do not show "Pushed/[fileName]" on developer tool) I wonder if the reason is nodejs version (I installed the latest version v9.8.0) My codes is the…
Nguyễn Văn Phong
  • 13,506
  • 17
  • 39
  • 56