Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary « Newer  Topics 11 - 20 of 8258  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion on Node.js
 

Two server: PHP Server send a GET request to a NodeJS Server 
  Hi everyone, I'm going to develop this service: I use CakePHP Framework to develop a web application (consider this address for it: [link]) that allow clients to request news from social networks. I used social API (Facebook, twitter, Google+) to send a request to know what client wants.... more »
By Dandi  - May 17 - 4 new of 4 messages    

Heroku - Created a facebook app with Node.js which gives type error 
  I am trying to create a facebook application and this is my first time. I read several articles on how to create one and I created an application from this page [link]. When I clicked on Go to App from facebook right after I created it. It is showing this error [image:... more »
By Ramana Venkata  - May 17 - 2 new of 2 messages    

Example project for cross development for node.js and browsers (using node-browserify) 
  [link] Also demonstrates the use of grunt, jasmine tests (both jasmine-node and in browser), and some other goodies. Further discussion in my blog post: [link]... more »
By Amitay Dobo  - May 16 - 1 new of 1 message    

inj - KISS, require based dependency injector (DI) for node.js 
  [link] I didn't like all the AngularJS wannabes. node.js has perfectly fine module system already. Inj is a KISS, require based dependency injector (DI) for node.js - no monkey patches - no autowire needed, just use require *reader.js* require = require('inj')(module, require);... more »
By mgutz  - May 16 - 2 new of 2 messages    

Question about tokens map 
  Is it possible to get tokens map into javascript code, maybe something like token_get_all method in php? Thanks
By Andrey Kucherenko  - May 16 - 2 new of 2 messages    

insert data node.js to mongodb 
  i have to create master detail form like that var purchase_order = { _id: 1 title: ‘Purchase order 1’, total: 10.50, line_items: [ { sku: ‘a’, quantity: 1, price: 10.50 } ] ... how to insert data from front end(juqery easy ui) and node.js in mongodb without using relational schema.... more »
By rabindra lal  - May 16 - 2 new of 2 messages    

using .read() on a crypto hash 
  Hi, I'm trying to use write and read instead of update and digest as per the doc's recommendations but I can't make it work: function createHmac (b64secret, message) { var hmac = crypto.createHmac('sha512', b64secret); hmac.write(message); return hmac.read(); ...console.log(createMtGoxHmac (b64secret, new Buffer('Test\0Message')));... more »
By Stanislas Marion  - May 16 - 2 new of 2 messages    

Sending Custom Headers from Client to Server 
  Hi All, I am trying sending some Custom Headers from Client to Server. The following ajax call is capable to send header information to server. *Client AJAX Call:* $.ajax({ type: "GET", url: "ws_url", dataType: "jsonp", headers:{ "custom_header":"head_val" },... more »
By Rams B  - May 16 - 8 new of 8 messages    

STLJS Meetup, Thursday, May 16 @ 6:30pm 
  Tomorrow! Thursday, 16 May 2013, 6:30pm Saint Louis, Missouri, USA STLJS Meetup in the The Able Few's corporate office: Dylan Hassinger will present "Building Realtime Apps with Sails.js" [link] Don't forget to RSVP! Following the presentation, we'll move into a hacking session to experiment... more »
By Michael Bradley, Jr.  - May 15 - 1 new of 1 message    

Any suggestions for running mocha tests multiple times against different scenarios? 
  I'm about to pull the test functions out into basically a library, and essentially do: describe('apples', function() { should('taste good', fruit.tastesGood('apple')); ... describe('oranges', function .... tastesGood('orange') Is there a better way? Basically I have multiple implementations of an... more »
By Sam Roberts  - May 15 - 5 new of 5 messages    

11 - 20 of 8258   « Newer | Older »

XML       Send email to this group: nodejs@googlegroups.com