question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support HTTP/2 Server Push

See original GitHub issue

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request

Desired functionality

polymer-cli and preact-cli generate push-manifest.json which maps incoming request paths to the additional resources that should be pushed with it and is to be interpreted by a tool like prpl-server-node.

It would be great if angular-cli provide the similar functionality.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:8
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kimamulacommented, Sep 6, 2018

I have created a library based on the above idea, though I have not tested it thoroughly.

https://github.com/kimamula/ngx-server-push

0reactions
angular-robot[bot]commented, Feb 21, 2022

Thank you for submitting your feature request! Looks like during the polling process it didn’t collect a sufficient number of votes to move to the next stage.

We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular’s scope, we’d encourage you to collaborate with the community on publishing it as an open source package.

You can find more details about the feature request process in our documentation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Comprehensive Guide To HTTP/2 Server Push
Server push allows you to send site assets to the user before they've even asked for them. It's an elegant way to achieve...
Read more >
Removing HTTP/2 Server Push from Chrome
HTTP/2 Server Push allowed websites to proactively send resources needed by the page instead of waiting for them to be requested. However, it ......
Read more >
HTTP/2 Server Push Explained - StackPath Help
How to Enable HTTP/2 Server Push · Navigate to your CDN Site · Select Settings from the navigation bar on the left side...
Read more >
HTTP/2 Push is dead - Evert Pot
One of the hot features that came with HTTP/2 was PUSH frames. The main idea is that if the server can predict what...
Read more >
HTTP/2 server push | Fastly Help Guides
HTTP/2 server push allows you to set up rules that enable Fastly to pre-emptively load and then send responses to an HTTP/2-compliant client ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found