java - Why js frameworkss size so small comparing to jar files? -
I'm just curious why the size of the JS framework is very small (usually under 100k), but if you see something There are normally several megabytes of Java framework packages (jar files), or even 100 megabytes. What is making them so different?
For one, javascript frameworks are just javascript files (this is just plain text Binaries unlike JARs) So they are just packing as
Secondly, they are generally useless and compressed so that the customer can be sent efficiently, while Jar servers only live in servers, so its size is one Less than the problem.
Comments
Post a Comment