HTTP2 Server Push with Django?

1,870 views
Skip to first unread message

Bobby Mozumder

unread,
Jun 28, 2016, 8:46:26 AM6/28/16
to Django users
Does anyone know of an http/2 server with server push capability that can work with Django?

It looks like nginx supports http2 with uWSGI, but it doesn’t actually support server push capability.

I also found the h2o server, but it doesn’t look like it supports uWSGI yet..

Any other options out there for http2 server push, preferably with cache-aware server push?

(I’d set http “Link” headers in my app to direct server push.)

-bobby

Fabio C. Barrionuevo da Luz

unread,
Jun 28, 2016, 9:10:37 AM6/28/16
to django...@googlegroups.com
as far as I know, there is still no any web server that fully implements the "push" capability from HTTP2 specification.

let me know if any web server now implements "push" capability completely


-bobby

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5A078BDA-0C9C-48E3-B7DC-56CA49434388%40gmail.com.
For more options, visit https://groups.google.com/d/optout.



--
Fábio C. Barrionuevo da Luz
Palmas - Tocantins - Brasil - América do Sul


Blog colaborativo sobre Python e tecnologias Relacionadas, mantido totalmente no https://github.com/pythonclub/pythonclub.github.io .

Todos são livres para publicar. É só fazer fork, escrever sua postagem e mandar o pull-request. Leia mais sobre como publicar em README.md e contributing.md.
Regra básica de postagem:
"Você" acha interessante? É útil para "você"? Pode ser utilizado com Python ou é útil para quem usa Python? Está esperando o que? Publica logo, que estou louco para ler...

Bobby Mozumder

unread,
Jun 28, 2016, 9:16:04 AM6/28/16
to django...@googlegroups.com
The h2o server (https://h2o.examp1e.net) looks like it supports http/2 push, but it doesn’t have WSGI capability for Django.

-bobby

Mario R. Osorio

unread,
Jun 28, 2016, 12:34:45 PM6/28/16
to Django users

Bobby Mozumder

unread,
Jun 28, 2016, 12:48:40 PM6/28/16
to django...@googlegroups.com
No these are for push at the app layer, for functionality purposes.

HTTP/2 server push is meant for speeding up website responsiveness, by delivering static assets before the request for them are even made.

-bobby

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

Alcides Viamontes E

unread,
Jul 1, 2016, 3:35:27 PM7/1/16
to Django users

Take a look to ShimmerCat and it's Django support: 


ShimmerCat's raison d'etre is to be a viable alternative to CDNs for lowering the effects of latency in webpages. But regarding your question: 

- It implements HTTP/2 Push
- It implements cache digests via Cookies. 

As of shimmercat.com, it is run on ShimmerCat + uWSGI and it has been so for more than six months now. 
Reply all
Reply to author
Forward
0 new messages