Aurelia and Http2

Hi all,

Is Aurelia compliance with http2 ?

Would you like to put an example if exists?

thank you a lot of your kind help,
Andrea

1 Like

Hi @AndreaProgrammerIT2 - HTTP2 is an advancement of the hypertext transfer protocol. Aurelia is a javascript framework designed to help you deliver web based applications. There is no compliance aspect of HTTP2 that Aurelia needs to deliver.

Do you have a specific scenario in mind?

3 Likes

Hi Stuart,

thanks for the answer… for the moment i wanted only to know if it is possible, nothing else :smiley:

1 Like

you can serve aurelia with a server that supports http3, it doesn’t really matter. what might be interesting is optimizing the bundling for different protocols and helping out with setting up server push.

1 Like

Hey @AndreaProgrammerIT2 - in short, the answer to your question is ‘yes’.

2 Likes