Hi,
Recently, nginx is becoming the gold standard for running static websites (and reverse-proxy)...
And, the frontend frameworks and technologies like Vue / React, as you know, are focusing on CSR (client-side rendering).
I'm sure all frontend developers are struggling to add SSR (server-side rendering) feature for SEO and faster loading in their applications.
It would be so great to have an easy to use nginx module that supports SSR out-of-the-box.