Of course the answer is subject to your current and future requirements and 
definition of large scale SaaS app. But given that disclaimer, I'd likely 
only consider serving UI out of nodejs...but not app/api servers as they 
usually need better integration ability and ...well much more. 

Pulling the app/api layer down into the database is even more problematic 
as you completely lock your designs into the database layer. Having said 
that its not bad for quick concept proofs or masking complexity if you have 
the discipline to know when to quit. Not saying this is OrientDB's pitch, 
but other db vendors have pitched the all-in-one, database rules the 
universe api/db/api etc. and it leads to suffering ;-) Good luck!

On Sunday, June 1, 2014 5:24:40 AM UTC-6, Gaurav Dhiman wrote:
>
> Hi,
>
> Need to know opinion of other developers on below points considering the 
> development of large scale cloud based SaaS app
>
> 1. Are OrientDB JS functions strong enough to replace the need of 
> NodeJS/PHP kind of app server ? Do you see any limitations of using 
> OrientDB JS functions in place of NodeJS -- Async calls, multi-threading, 
> connection pool etc
>
> 2. In distributed mode (master-master), who receives the client request as 
> JS functions will be available on all machine instances. My questions might 
> be silly one, but correct me if I am wrong.
>
> Regards,
> Gaurav
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to