Is there a way i can host multiple nodejs app.js on single port for multiple tenancy? Either in Docker or in vps
Each tenant can only access his/her folder containing his/her app.js.
I wanted to create a package inside node_module and create multiple customers workspace folders inside the package and be importing the matched subdomain hostname request with customer workspace from main nodejs and whereby activating wild subdomain like *.mainDomain.com But i think this might look silly because customer workspace inside node_module might not look safe