0

I have an app which has a specific endpoint for every single user

sitename.com/user1
sitename.com/user2
sitename.com/user3

Every user endpoint is supposed to be a mini website.

Now I want to create and assign a subdomain to each of the users still linking to each of their mini websites like:

user1.sitename.com
user2.sitename.com
user3.sitename.com

I’m building all these using Nodejs And Express.

What’s the best option for getting this done?

Thanks in advance.

  • Does this answer your question? [How to create subdomain for user in node.js](https://stackoverflow.com/questions/30951466/how-to-create-subdomain-for-user-in-node-js) – about14sheep May 08 '22 at 17:21

0 Answers0