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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -