HTTP/2 #84
-
|
Is there a way for me to use HTTP/2 with hyper-express? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello @timfemey It seems that HTTP/2 will not be supported with However, you may use It seems that HTTP/3 will be supported in the future as stated in this experimental binary release for |
Beta Was this translation helpful? Give feedback.
Hello @timfemey It seems that HTTP/2 will not be supported with
uWebsockets.jswhich is the low level webserver that powershyper-express. See uNetworking/uWebSockets.js#178 for more information.However, you may use
hyper-expressbehind a reverse proxy such as NGINX which supports HTTP/2 to be able to provide the client with the ability to retrieve multiple resources in parallel.It seems that HTTP/3 will be supported in the future as stated in this experimental binary release for
uWebsockets.js: uNetworking/uWebSockets.js#742