I need some help with database choice and module setup for a Node app I'm working on. I've read a good bit about Node/Express/Angular/MongoDB as a popular choice for app setup. The app i'm developing will use geolocation HTML5 data from several users at a time and will display some relative data to their location to the users.
On the database side, I have looked at Redis, MongoDB, and CouchDB, and the consensus seems to be that Redis is "faster" than the other two at processing updates to the database. However, MongoDB seems to have some geolocation built in and CouchDB has GeoCouch that seems to be barking up the same tree. For v 1.0 of the project I won't be using socket.io, but believe this is ultimately the answer for 'real-time' updates between users. For a first go around with this, and suggestions on which database to go with? For JS modules, it seems like the Node/Express/Angular combo is very popular for Single Page Apps. Any reason to buck the trend? I don't think we'll have any super special functionality that these can't handle. Thanks for your help. -- -- 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.
