How can I create subdomains dynamically for each newly registered user in my Node / Angular app? I have come across several posts that suggest using an nginx server. Is there a way to accomplish the same thing but without using nginx?
Edit: I want the user to see userA.mydomain.com in their browser. I also want them later on (after registration) to navigate to such a URL and land on their own customized page.
In addition, I want the user to be able to map this subdomain userA.mydomain.com to their own custom subdomain such as course.userwebsite.com