[nodejs] How to upload Google spread sheet into mongodb using node.js

2014-12-09 Thread prajna varun
Hi All, I have to upload my google spreadsheet into mongo db using node.js in my project. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules:

Re: [nodejs] Cluster question

2014-12-09 Thread Issac Roth
There are many ways to do this but we created strong-mq (https://www.npmjs.org/package/strong-mq) with this kind of use case in mind. What’s nice is you can use a common message-passing pattern between workers that runs natively over node-cluster without installing anything else, and if you

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread Ryan Schmidt
I am subscribed to this discussion group in order to be connected with the community of other nodejs developers and to learn about important new developments affecting the nodejs community. I think having core nodejs contributors leave and start their own fork would qualify. On the Node

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread Aria Stewart
On 9 Dec 2014, at 04:26, Ryan Schmidt google-2...@ryandesign.com wrote: How can there be a broad community effort, how can there be open collaboration, how can the community step in and effectively solve the problems if the existence of these efforts is not announced to the

[nodejs] Windows Forever Cluster Issue

2014-12-09 Thread karim elsafy
Dears, I have an issue when I call forever module in windows, it works fine except that my code is calling Cluster module , and I do Cluster.fork(), the problem is that I got 2 empty consoles opened! like the image shows(2 because I have 2 CPUs) and when I close them, they re-open

[nodejs] Re: Node.js - RESTful Services

2014-12-09 Thread Raymond Feng
Sorry for the late reply. You should check out http://loopback.io/. Some of the ideas are inspired by JAX-RS and we try to make it easy to build REST apis using Node. Thanks, Raymond On Wednesday, November 26, 2014 10:38:16 PM UTC-8, raghvenders raghvenders wrote: Can Node.js been seen as

[nodejs] Best node.js full stack web framework

2014-12-09 Thread Carlos Carcamo
Hello list. Maybe this is one of the most common question over there, but I have read some blogs, forums, etc, and I haven't found useful answers based on people experience. People tend to give their opinions base on blogs and forums opinions, but rarely on their own experience building different

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread // ravi
On Dec 9, 2014, at 10:02 AM, Aria Stewart aredri...@nbtsc.org wrote: On 9 Dec 2014, at 04:26, Ryan Schmidt google-2...@ryandesign.com wrote: How can there be a broad community effort, how can there be open collaboration, how can the community step in and effectively solve the problems if

[nodejs] Page login and actions

2014-12-09 Thread Krzysztof Maruszczak
Hi, I'd like to write an app that can login on page (not offering api) *using login and password provided by user*, then catch session id and use it to do things like adding new pictures etc. The page interface use ajax. I'd like to know how to approach this problem, steps I must take. For

Re: [nodejs] Cluster question

2014-12-09 Thread Ω Alisson
if I do something like this on a worker process, wouldn't be effective? process.on(message, function(m) { if(m.cmd === disconnect) { // cleanup logic } }) On Tue, Dec 9, 2014 at 5:20 AM, Issac Roth is...@strongloop.com wrote: There are many ways to do this but we created strong-mq

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread Ryan Schmidt
On Dec 9, 2014, at 9:02 AM, Aria Stewart wrote: On 9 Dec 2014, at 04:26, Ryan Schmidt wrote: How can there be a broad community effort, how can there be open collaboration, how can the community step in and effectively solve the problems if the existence of these efforts is not announced

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread Stephen Belanger
The node community is huge. If everyone just communicated via the mailing list, it'd be an unfollowable firehose of noise. Between IRC and the mailing list, you can get most things. Twitter sometimes gets you early info about new stuff particular people are working on. Conferences are really

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread // ravi
On Dec 9, 2014, at 1:36 PM, Stephen Belanger ad...@stephenbelanger.com wrote: The node community is huge. If everyone just communicated via the mailing list, it'd be an unfollowable firehose of noise. At the risk of belabouring the point: I somewhat agree, but then again, mailing lists

[nodejs] node.js use case question

2014-12-09 Thread Suman Namburi
Hi there! I am a newbie here and am planning to write a logviewer node.js app . My idea is to login to multiple linux servers at once ( via ssh) and do a grep on few different types of logs in each server and display the results, server wise on a page. I am not sure if this is a good use

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread Dick Hardt
+1 that significant events such as forking would have a post on this mail list. On Tue, Dec 9, 2014 at 10:57 AM, // ravi ravi-li...@g8o.net wrote: On Dec 9, 2014, at 1:36 PM, Stephen Belanger ad...@stephenbelanger.com wrote: The node community is huge. If everyone just communicated via the

Re: [nodejs] Cluster question

2014-12-09 Thread John Fitzgerald
Yes, that works pretty well actually, I've used it a lot to synchronize a small in-memory cache to each process and distribute jobs to workers. 2014-12-09 7:33 GMT-08:00 Ω Alisson thelinuxl...@gmail.com: if I do something like this on a worker process, wouldn't be effective?

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread Matt
Ravi, I highly recommend you subscribe to nodeweekly - it's a weekly roundup of node news where you'll at least get to hear about this stuff. http://nodeweekly.com/ On Tue, Dec 9, 2014 at 1:57 PM, // ravi ravi-li...@g8o.net wrote: On Dec 9, 2014, at 1:36 PM, Stephen Belanger

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread Stephen Belanger
Joyent is already unhappy about all this. An official thread on here would probably not be well received, and iojs is trying really hard not to get on Joyent's bad side. On Dec 9, 2014 12:12 PM, Dick Hardt dick.ha...@gmail.com wrote: +1 that significant events such as forking would have a post

Re: [nodejs] node.js and io.js reconciliation

2014-12-09 Thread // ravi
On Dec 9, 2014, at 2:09 PM, Matt hel...@gmail.com wrote: Ravi, I highly recommend you subscribe to nodeweekly - it's a weekly roundup of node news where you'll at least get to hear about this stuff. http://nodeweekly.com/ Done! Thank you for sharing that, —ravi -- Job

Re: [nodejs] Best node.js full stack web framework

2014-12-09 Thread Sávio Lucena
Hey, Taking into account those requirements, SailsJs https://github.com/balderdashy/sails https://github.com/balderdashy/sails seems to be a perfect fit for you. On Dec 9, 2014, at 12:45 PM, Carlos Carcamo eazyd...@gmail.com wrote: Hello list. Maybe this is one of the most common

Re: [nodejs] node.js use case question

2014-12-09 Thread // ravi
On Dec 9, 2014, at 3:02 PM, Suman Namburi sumannamb...@gmail.com wrote: Hi there! I am a newbie here and am planning to write a logviewer node.js app . My idea is to login to multiple linux servers at once ( via ssh) and do a grep on few different types of logs in each server and

Re: [nodejs] Best node.js full stack web framework

2014-12-09 Thread Andi Nugroho Dirgantara
Same as Savio Lucena said, SailsJS is a perfect match. I used it for daily projects. - MVC - Sails has good structure and fully automated Controllers and Models global include, so it's not necessary to require('thisController') anymore - Easy to configure and extend - Sails has config file