I have developed a rest service using express and node.js. I've previously used backbone-boilerplate with a stand alone java rest service, running on different server instances.
Now I want to integrate bbb with my node rest server for easy deploying on Heroku.
Are there any disanvantages to combine bbb with the rest server?
What is the best approach to configure bbb to run on the same server?
I've searched without finding any discussions about the issue.