You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion on Node.js
|
|
|
Question about tokens map
|
| |
Is it possible to get tokens map into javascript code, maybe something like token_get_all method in php? Thanks
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
|