keithwhor / nodal

API Services Made Easy With Node.js
http://www.nodaljs.com/
MIT License
4.51k stars 209 forks source link

Multi tenancy #246

Closed iezekiel closed 8 years ago

iezekiel commented 8 years ago

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

Thanks

keithwhor commented 8 years ago

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. :)