evansd / whitenoise

Radically simplified static file serving for Python web apps
https://whitenoise.readthedocs.io
MIT License
2.51k stars 148 forks source link

Merge ASGIWhiteNoise #543

Open robd003 opened 10 months ago

robd003 commented 10 months ago

Description

I'd really like to get the hard work in this pull request merged in before the next whitenoise release. https://github.com/evansd/whitenoise/pull/359

robd003 commented 7 months ago

@evansd Hey Dave, any chance you could put some effort into reviewing this before the end of Jan?

mlec1 commented 6 months ago

I am interested in this feature too

matthiask commented 4 months ago

Sorry for plugging my own software, but here's my answer to this: https://github.com/matthiask/blacknoise

It doesn't integrate with Django and only lives in the ASGI layer. This makes everything to much simpler and seems to work well. It's alpha but I have been running it in production for a few weeks now.