Ask HN: What does a rails/laravel/Django dev need to know about HTTP2/3?
It seems like the only thing a regular webdev can do with http2 is update their nginx and maybe use a CDN. But I remember reading people talking about replacing websockets with http2. Where is all that stuff? I've seen nothing in the docs for http2+ features in any MVC framework.
1 comment
[ 204 ms ] story [ 564 ms ] threadThere are some features and tricks you can use, and some optimizations which are done differently, but this also mostly is either outside of framework scope, or so use-case specific that no common patterns have been accepted widely enough to reach web framework.