Is it possible to dynamically add subdomain names to a custom domain that is pointing to your heroku app?
For example, you're creating an app that allows users to create their own pages. Let's say www.example.com is pointing to your heroku app and a user named John makes a page and your app creates john.example.com that has johns content.
For node, can you do this through routing in express?