Hacker News new | ask | show | jobs
by apta 2605 days ago
> On the other hand, simple deployment, no VM startup time and fast compilation speed do offer real advantages for some.

Java application servers have been offering this for a long time now. Just drop in a .war file and your code is running. No need to restart, and the .war file has a small size.