[nodejs] Distributed workers recommendations

2013-12-25 Thread Floby
This is an interesting subject. I would look into the ømq guide for ideas, especially the part on pipelines. Even if you don't chose ømq as your supporting technology, their docs have some very useful material for distributed architectures. -- -- Job Board: http://jobs.nodejs.org/ Posting gui

Re: [nodejs] Entire Node app as pulgin

2013-12-25 Thread Sagunthala R
Thanks for your reply. I have attached the screen shot which will help more to understand my question [image: Inline image 1] It will be good if i know whether this is achievable Thanks in advance. On Sat, Dec 21, 2013 at 9:51 AM, Gabriel Farrell wrote: > Sounds like you're wanting frontend

[nodejs] Distributed workers recommendations

2013-12-25 Thread Tim Shnaider
Hi Node.js experts, There are many many modules and frameworks able to solve this problem. I'm looking for CONCRETE recommendations and guidance for well supported active implementations. e.g. pubsub, message queues etc I'm a bit overwhelmed by the options and amount of research testing I'd h

[nodejs] Re: Node and facebook graph api

2013-12-25 Thread Marco Jr.
Btw, the thread where I've doubt regarding fetching response data from FB is at https://groups.google.com/forum/?hl=en%3Fhl%3Den#!topic/nodejs/SYlbmNkp8-4 On Wednesday, December 25, 2013 10:44:15 PM UTC-2, Marco Jr. wrote: > > Yep... create a facebook.js and paste this.. > > var https = require(

[nodejs] Re: Node and facebook graph api

2013-12-25 Thread Marco Jr.
Yep... create a facebook.js and paste this.. var https = require('https'); exports.getFbData = function(accessToken, apiPath, callback) { var options = { host: 'graph.facebook.com', port: 443, path: apiPath + '?access_token=' + accessToken, method: 'GET'

Re: [nodejs] Re: horizontal scaling with NodeJS on same physical machine

2013-12-25 Thread David Beck
Thank you! Merry Christmas! -- -- 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 nodejs@goog

[nodejs] Get Facebook FriendsList - Stucked in the data results - how to manipulate the results in json ?

2013-12-25 Thread Marco Jr.
Cheers ! I think I got the most complicated and now I am stucked in the basic...check this... facebook.getFbData(req.params.Auth, '/me/friends/', function(data){ }); So far, it's works fine ! I got a result like... {"data":[{"name":"xxx","id":"5021698"},{"name":"xxx","id":"5426630"},{"name":

[nodejs] Node and facebook graph api

2013-12-25 Thread Floby
http://bit.ly/K2M2cj -- -- 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 nodejs@googlegroup