keithwhor / nodal

API Services Made Easy With Node.js

Home Page:http://www.nodaljs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi tenancy

iezekiel opened this issue · comments

Is there any handy way to make nodal support multi tenancy.

Thanks

No intention to ever include this functionality. It completely goes against the concept of distributed, decoupled services. If you need another app to interface with your database, do it through the API layer you're building as a separate HTTP request. :)