BE & FE differences
• FE has limited battery, memory, network resources.
• FE usually won’t ship a lot of unused code
• BE has big node_modules folder so cost of eagerly
compiling all is still huge
• BE has mmap, though…mmap works good on a
single file, though…