node.js - Communication between Meteor and nodejs apps -


i have meteor platform 4 node apps/servers inside. i'm using seamless iframes make whole package while stay in control, if 1 app goes wrong won't affect other 3 nor platform.

now, question is: how share same userid between apps? can query mongodb node asking userid, how can query asking same userid online user has in meteor? 1 login everything, that's need.

edit: faye or simplebus?


Comments

Popular posts from this blog

php - Hide output during test execution -

java - Drawing vector images on PDF with PDFBox -

Qt4: how to send QString inside a struct via QSharedMemory -