Which side(front-end or Back-end) is Best practice to compress media size? [closed]
- I'm working on a Twitter clone Using
React
andDjango
and searching for the best practice forLossless Media Compression
. So which side(Front-end or Back-end) is the best practice to compress media size? - And is there any library suggestion for
Lossless Compression
for that particular sideReact or Django
?