An initial test last night of a trivial growler app (i.e. one method that replies with a simple string) saw a median response time drop from ~200ms to ~80ms.
(using apachebenchmark, n=1000 c=100)
That seems incredibly slow.
Any middleware may be a coroutine object, so it's as easy as `await res.render("whatever")` in an async function
An initial test last night of a trivial growler app (i.e. one method that replies with a simple string) saw a median response time drop from ~200ms to ~80ms.
(using apachebenchmark, n=1000 c=100)