One of the absolutely most important aspects of pi...
# server
d
One of the absolutely most important aspects of picking a framework should be how easy it is to test. Being able to exercise all the app behaviour outside of a running http server is great for many reasons, not least of which is that it leads to super fast builds without the need to risk things like port clashes which hamper the ability to run tests in parallel.