Can you please link to your project?

Possibly we can add this behavior to the existing node-mongodb-native 
driver? It has to support database failovers and connection failures 
already, so it shouldn't be hard to implement a new connect() function 
around this functionality.

I really like <https://github.com/marcello3d/node-mongolian> which also 
does this, but it went out of maintenance and needs some development and 
bugfixes (like better handling of error conditions and thrown Errors). 
Maybe we can also continue development on this, last time I talked to 
marcello3d he seemed open to the idea.

Austin Wright.

On Monday, December 30, 2013 8:18:04 AM UTC-7, Jason.桂林(Gui Lin) wrote:
>
>     node-mongodb-native is the most popular node mongodb driver. But it is 
> not easy to use. I think a mongodb driver should exports the db instance 
> and collection instance synchronized or promised. So I wrote mongoskin, a 
> wrapper layer of node-mongodb-native.
>
>     But I personally don't like mongoskin. Why wrap node-mongdb-native, 
> why not write a new mongodb driver?
>
>     I think node_redis API is good, just return the redisClient instance 
> but not callback, so I can inject the redisClient instance into my service 
> object, and initial my service.
>
>     The bson library is OK,  so the protocol of mongodb can be handled.
>
>     Anyone have interesting to write one?
>
>     
>
>     
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" 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/groups/opt_out.

Reply via email to