One thing that I’ve always liked about languages like PHP is that when you modify the code, you can immediately see the results — without recompiling or restarting the application. In JavaScript this is possible on the client side, thanks to webpack and its hot-reloading mechanism. Unfortunately, on the server…