I have a bunch of small apps with no traffic. I want to lump them together into one container to save the hosting cost, to deploy on Galaxy or AWS. Each of them would have its own root route. They’d also share the same Mongo db, with different prefixes. Is it doable in principle?
They are all mine, so don’t have to be exploit-proof, though that would certainly be nice in the generic case.
I can live with apps sharing global vars if I have to (I’d just modify the apps to pollute the global namespace less), but with the new 1.3 module support, that might not even be necessary, right?