Ricardo beat me to it. SailsJS differs from meteor as it's server side 
only. This can be seen as an advantage (decoupled from the client means you 
can choose whatever client framework you prefer) or disadvantage (need to 
use 2 frameworks). To bridge that there are projects like angular-sails 
<https://github.com/janpantel/angular-sails> and and SANE 
<http://sanestack.com> (Ember).

Cheers,
Dário

On Wednesday, 1 July 2015 05:14:41 UTC+1, Ricardo M. Vilchis wrote:
>
> You can use sailsjs. It is a nodejs framework based on express and it has 
> a ORM adapter for OrientDB
>
> http://sailsjs.org/
> https://github.com/appscot/sails-orientdb
>
>
> RMV
>
> On Tue, Jun 30, 2015 at 10:26 PM, scott molinari <
> [email protected] <javascript:>> wrote:
>
>> Hi David,
>>
>> For 1.). Meteor is a server and client side framework for developing web 
>> applications. The other JS frameworks you listed are purely client side. 
>> Although OrientDB has a REST interface, I personally wouldn't go directly 
>> to the database server from the client, without a backend in between them. 
>> So, Meteor is the only software you noted, which I feel should and can work 
>> with ODB.
>>
>> For 2.). Meteor's server system uses Node.js. Because of that, you can 
>> use OrientJS as your driver to connect to ODB. 
>> https://github.com/orientechnologies/orientjs
>>
>> Scott
>>
>>  
>>
>>  -- 
>>
>> --- 
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 

--- 
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