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
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
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
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(
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'
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
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":
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