Take a look to ShimmerCat and it's Django support: https://www.shimmercat.com/en/info/articles/guides-django/
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. On Tuesday, June 28, 2016 at 2:46:26 PM UTC+2, Bobby Mozumder wrote: > > 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 -- 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 [email protected]. To post to this group, send email to [email protected]. 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/187ecd14-e1de-48f7-bc85-7388ac4aaa33%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

