javascript - Single Meteor application having multiple domains -



javascript - Single Meteor application having multiple domains -

is possible create single meteor application having multiple domains , displaying different views/layouts depending on domain?

for example, have admin interface accessible on admin.myapp.com , 2 domains storex.com , storey.com. both domains should point info admin.myapp.com displaying info (mostly) independently of each other.

perhaps improve approach utilize meteor's pub/sub capabilities, rather sharing db per say. it's exclusively possible publish , subscribe across meteor apps, or indeed implementation using ddp.

http://docs.meteor.com/#/full/ddp_connect

javascript node.js meteor multiple-domains sites

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -