Websockets VS HTTP/2 server push
up vote
-1
down vote
favorite
I need to implement a simple downloading operation created -> preparing -> downloading -> completed
i have just learned about HTTP/2 server push and it looks like a good idea to use it over WebSocket.
what is a better option for a nginx server using GOLANG ? the server won't have more than 10 requests concurrently
I hope i ask the right question
nginx websocket download http2 server-push
add a comment |
up vote
-1
down vote
favorite
I need to implement a simple downloading operation created -> preparing -> downloading -> completed
i have just learned about HTTP/2 server push and it looks like a good idea to use it over WebSocket.
what is a better option for a nginx server using GOLANG ? the server won't have more than 10 requests concurrently
I hope i ask the right question
nginx websocket download http2 server-push
Possible duplicate of Does HTTP/2 make websockets obsolete?
– Barry Pollard
Nov 7 at 17:39
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I need to implement a simple downloading operation created -> preparing -> downloading -> completed
i have just learned about HTTP/2 server push and it looks like a good idea to use it over WebSocket.
what is a better option for a nginx server using GOLANG ? the server won't have more than 10 requests concurrently
I hope i ask the right question
nginx websocket download http2 server-push
I need to implement a simple downloading operation created -> preparing -> downloading -> completed
i have just learned about HTTP/2 server push and it looks like a good idea to use it over WebSocket.
what is a better option for a nginx server using GOLANG ? the server won't have more than 10 requests concurrently
I hope i ask the right question
nginx websocket download http2 server-push
nginx websocket download http2 server-push
asked Nov 7 at 15:46
KLTR
293316
293316
Possible duplicate of Does HTTP/2 make websockets obsolete?
– Barry Pollard
Nov 7 at 17:39
add a comment |
Possible duplicate of Does HTTP/2 make websockets obsolete?
– Barry Pollard
Nov 7 at 17:39
Possible duplicate of Does HTTP/2 make websockets obsolete?
– Barry Pollard
Nov 7 at 17:39
Possible duplicate of Does HTTP/2 make websockets obsolete?
– Barry Pollard
Nov 7 at 17:39
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53192899%2fwebsockets-vs-http-2-server-push%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Possible duplicate of Does HTTP/2 make websockets obsolete?
– Barry Pollard
Nov 7 at 17:39