subdomain support in meteor (like with slack - http://team.slack.com)
subdomain support in meteor (like with slack - http://team.slack.com ) As in slack my app users can create their own subdomains (unique) and depending on the subdomain the data should be loaded, and around this the application would be proceeded. I can use something like http://slack.com?team=TeamName , but i think the subdomain would be much clean and better. Any suggestions/pointers. Thanks. Taken from the Meteor forums . Using a DNS wildcard to point *.example.com to my app server, I have this in the client code: var hostnameArray = document.location.hostname.split( "." ); if (