Is there a way to deploy on Heroku both an SSR nodejs app and a Golang app on the same dyno? – Nginx
I have a SPA (Single Page App) with JS and an index.html. I'm serving it with my backend Golang app from /public dir. I'm deploying this Golang app on Heroku: everything works! Now I'm building an SSR (Server Side Rendered)…