Search Discussions
-
*Note, I am not asking which tool is better, I am simply trying to understand the differences. *I'm trying to wrap my head around promises in node. Right now I'm writing all my code in callback ...
Andy
Mar 25, 2012 at 8:42 am
May 25, 2013 at 8:17 am -
28
[nodejs] Request for feedback- Yet another client-side module loader (it's different, I promise:))
tl;dr - Client-side require with a server-side component that caches dependencies, bundles them, and caches the bundles. Need feedback on the concept, syntax. Need suggestions/contributions on ...Meelash
Mar 25, 2012 at 5:51 am
May 11, 2013 at 2:18 pm -
The call for speakers is open for NodeConf 2012. I want to talk about streams in node. Last year I only got a half hour to cover a large topic. This may be a simliar situation. But at a high level ...
Marco Rogers
Mar 15, 2012 at 10:38 pm
Mar 17, 2012 at 3:12 am -
I'm getting an error when I 'require' a module I have built. Is this a 32/64bit issue? If so how do I best correct for future node compatibility? node 0.6.13 on Mac OS X 10.7.3 I'm still using ...
SteveCronin
Mar 26, 2012 at 9:30 pm
Mar 31, 2012 at 1:42 am -
Hi! For some months I'm desperately searching for a memory leak in my Node server. It's a simple publish/subscribe WebSocket server that serves about 15-20.000 concurrent clients. With Node 0.4 and ...
Nico Kaiser
Mar 19, 2012 at 2:18 pm
Sep 23, 2012 at 1:12 am -
What do people here recommend for logging? In the old Java days, I would use Apache commons-logging or log4j, sprinkle tons of log('debug',msg) statements all over the place, and raise/lower the ...
Deitch
Mar 25, 2012 at 10:34 pm
Mar 30, 2012 at 9:57 am -
Hi, got this : function get_next_id() { rclient.incr("next_id", function(err, reply) { return reply }); } will call this with: var next_id = get_next_id() this won't work, because function returns ...
Angelo Chen
Mar 19, 2012 at 12:23 am
Mar 20, 2012 at 5:24 pm -
C. Mundi, I am very new to node.js and github for that matter. I am trying to install the node-sqlite3 module in my Windows XP Pro environment (yup, it's still stable for now...). Well, first I try ...
Lam
Mar 1, 2012 at 8:46 am
Mar 4, 2012 at 9:11 pm -
Hi, Struggling to change coding practice, following has two samples, which one is correct? or any other approaches available? exports.get_user = function (id, func) { var found = false for (var i = ...
Angelo Chen
Mar 9, 2012 at 10:31 am
Mar 12, 2012 at 1:55 pm -
I'm looking for the simplest way to integrate payments into my node app without using those pre-baked and tacky "Buy Now" buttons from PayPal or needing to redirect users to a third party site. My ...
Spencer Alger
Mar 1, 2012 at 7:22 pm
Mar 5, 2012 at 1:24 am -
Hi, I'm learning nodejs and I had a doubt in how I keep alive a webserver without running it everytime like $ node myserver.js? and how it can connect alone every time the server get on like it does ...
Flavio Del Bianco
Mar 12, 2012 at 3:21 pm
Apr 4, 2012 at 3:24 am -
I'm trying to figure out if Node will work for our platform or not (or even V8 in general). We're planning a rewrite. We use PHP. We need to allow users to write server side plugins. For it to be ...
Luke Scott
Mar 5, 2012 at 1:56 am
Mar 5, 2012 at 8:48 pm -
Hello, I just installed the new version of node as of this moment (0.6.12) in my Windows machine. And when I executed "npm install restify" command I got this error below: ...
Maiah Macariola
Mar 9, 2012 at 12:43 pm
Mar 19, 2012 at 5:44 pm -
Has anyone worked on implementing spdy in node as an http alternative? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines ...
Mark Hahn
Mar 10, 2012 at 7:33 pm
Mar 12, 2012 at 8:56 pm -
Hi! First off, Node is great. I'm used to writing enterprise C++ servers using the same evented paradigm - and Node is a really compelling and fun alternative. However, the language barrier is a ...
Bjorn
Mar 15, 2012 at 3:50 pm
Mar 18, 2012 at 3:57 pm -
Just curious: Do other people here have GPG keys and just don't use them? If so, why not? I don't see many signed mails here...
Jann Horn
Mar 5, 2012 at 6:05 pm
Mar 7, 2012 at 11:58 am -
I'm testing a server and I need to keep alive some connection as long as possible. I would like to set by hand the timeout of http.request() function. This is what I do in my code. var req = ...
Masiar
Mar 30, 2012 at 11:24 am
Apr 3, 2012 at 7:47 am -
Hi, I use redis to store data, how to save the datetime data in redis that can be easily used later back to javascript? tried var d = new Date() s = d.toISOString() it saves as a string, but ...
Angelo Chen
Mar 20, 2012 at 7:42 am
Mar 23, 2012 at 4:58 pm -
Today is the D day, finally: JavaScript threads for Node.js (using v8 isolates): https://github.com/xk/node-threads-a-gogo npm install threads_a_gogo Special thanks to: Bruno Jouhier and Liam Breck. ...
Jorge
Mar 7, 2012 at 7:24 pm
Mar 8, 2012 at 8:03 pm -
I haven't used node yet, but am planning to. A question was asked in another thread, along with many other great questions, that got lost in the shuffle. I'd be really interested in hearing people's ...
Baz
Mar 5, 2012 at 8:25 pm
Mar 6, 2012 at 12:33 pm -
could anyone enlighten me on why writing to stdout and stderr now blocks? also, do we have a list somewhere of which methods in node.js block by default? to start the ball rolling ...
Billywhizz
Mar 21, 2012 at 9:56 am
Mar 22, 2012 at 5:53 pm -
Please welcome Nathan Rajlich as a new Node.js committer. He has been instrumental in improving our gyp build system, and getting compiled modules to work properly on Windows, as well as fixing bugs, ...
Isaac Schlueter
Mar 14, 2012 at 5:49 pm
Mar 15, 2012 at 12:29 pm -
Well, if you can't be bothered listening to my arguments, here's the quick answer: don't use Node. best, Lalo Martins -- Now go and make your dreams inevitable. http://lalomartins.info/ GNU: never ...
Lalo Martins
Mar 2, 2012 at 5:37 am
Mar 6, 2012 at 10:16 pm -
-- Hello,World! 熊佳斌(totty) -- 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 ...
Jiabin xiong
Mar 5, 2012 at 5:57 am
Mar 5, 2012 at 5:12 pm -
I am doing some customization of the inner workings of node.js, and am rebuilding the tree frequently. However, I am not that familiar with gyp system - and every time I modify something (for ...
Ed Hemphill
Mar 7, 2012 at 7:10 am
Apr 30, 2012 at 9:19 pm -
Hi all, I have been fighting a memory leak in my node server application for some time, but as node-inspector cannot handle the memory snapshots at the moment with the newer v8 versions, I have been ...
Maurits
Mar 21, 2012 at 10:31 pm
Apr 14, 2012 at 9:34 pm -
We have some servers running node.js under Ubuntu. After a day or two of running, once and a while, a node process will be using something like 4gb of memory. process.memoryUsage() indicates ...
Jimb Esser
Mar 15, 2012 at 11:49 pm
Mar 19, 2012 at 12:00 pm -
This is a "Javascript" example from the PHP v8 extension http://www.php.net/manual/en/v8js.examples.php <?php $v8 = new V8Js(); /* basic.js */ $JS = <<< EOT len = print('Hello' + ' ' + 'World!' + ...
Dave Clements
Mar 15, 2012 at 3:12 am
Mar 15, 2012 at 11:47 pm -
can anyone pls suggest a NodeJS sample application which implements or uses OOP fundamentals. Thank You -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Chirag A
Mar 29, 2012 at 9:53 am
Apr 1, 2012 at 10:53 am -
Hi! I'm having problems getting up and running with testing my node.js code. I've got a file called auth.js with a function that looks like: authenticate(email, password, callback). The authenticate ...
Martin Lundberg
Mar 23, 2012 at 10:35 pm
Mar 27, 2012 at 11:34 pm -
Hi Everyone, I was wondering what the status is for this API. I couldn't find anything in the current documentation so I'm guessing it hasn't been implemented yet? If this is the case I guess I could ...
Erik Dubbelboer
Mar 1, 2012 at 9:16 pm
Mar 5, 2012 at 1:19 pm -
I'm writing a node.js server that uses the cluster module. Each worker does *lots* of logging to a shared log file (it must be just 1 file). - Assuming log lines are smaller than PIPE_BUF (4k), is it ...
Jaka Jančar
Mar 24, 2012 at 5:08 pm
Mar 26, 2012 at 10:05 am -
*First off a disclaimer. This library is very new and not battle tested at all. Probably has bugs. However it has come together rapidly and is ready for people to start banging on it at least. * ...
Brandon Benvie
Mar 21, 2012 at 1:52 am
Mar 23, 2012 at 8:25 pm -
So am I right in assuming that Node.js should be able to be installed on the Raspberry Pi (when any of us manage to get our hands on one!)? Will its ARM processor be an issue? Wouldn't it be great to ...
Rtweed
Mar 5, 2012 at 12:50 pm
Mar 22, 2012 at 8:21 pm -
As far as I know there's currently 2 ways to install node on mac: 1. As `brew install node`. It doesn't require sudo, but npm sometimes doesn't work as expected (can't find some packages). 2. As ...
Alexey Petrushin
Mar 20, 2012 at 12:32 pm
Mar 21, 2012 at 3:29 pm -
Hi. I am trying to learn how to use streams properly in node. The attached script stakes a single argv parameter N and writes 2^N bytes to a file via a stream. I expect time behavior O(2^N). But what ...
C. Mundi
Mar 20, 2012 at 7:20 pm
Mar 21, 2012 at 1:38 am -
I've been profiling my code and the most expensive function reported is the C++ function _chmod. It appears about 4 times as often as my most expensive Javascript function. My program doesn't use the ...
Patrick Quinn
Mar 16, 2012 at 9:21 pm
Mar 21, 2012 at 1:36 am -
I love nvm and npm. However, whenever I switch to a new version of node with nvm I have to reinstall all my global npm modules. Apparently the global modules are stored in the node directory which is ...
Mark Hahn
Mar 20, 2012 at 5:08 pm
Mar 20, 2012 at 11:17 pm -
I received an email asking me to reset my account. Is this legit? No mention here. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: ...
Mgutz
Mar 8, 2012 at 4:26 am
Mar 9, 2012 at 3:50 am -
Hi, Do you intend to sign the archives available for download from nodejs.org (sources, macos package, windows package, etc.) at some point? It would be great to ensure that everything is in order ...
Błażej Pawlak
Mar 29, 2012 at 3:18 pm
Mar 30, 2012 at 6:48 am -
Hi, I'm curious convention on how to design modules which has dependencies. For example if I've got an auth module with a function called authenticate which in turn uses a UserRepository object ...
Martin Lundberg
Mar 23, 2012 at 10:45 pm
Mar 24, 2012 at 3:35 pm -
Hi all. I’m the lead developer for Komodo Edit (the free open-source editor) and Komodo IDE at ActiveState. I wanted to announce that the newest versions of Komodo, 7.0.2, have just been released. If ...
Todd Whiteman
Mar 23, 2012 at 1:15 am
Mar 23, 2012 at 5:29 pm -
what's the best locally stored authentication scheme? i've found a few: http://dailyjs.com/2011/01/10/node-tutorial-9/ https://github.com/ncb000gt/node.bcrypt.js/tree/master/examples ...
Shawn wilson
Mar 19, 2012 at 5:48 pm
Mar 23, 2012 at 4:41 am -
I may have seen evidence that I could overflow event queues. I rewrote my code to avoid the problem. (The code was a horrible mess anyway.). But I'm curious, especially after reading the "Minimalist ...
C. Mundi
Mar 22, 2012 at 4:03 am
Mar 23, 2012 at 2:39 am -
hi, I'm trying to use backbone for "everything" on the server side too, and got stuck with doing a proper validation. The problem is that backbone's validate method return a boolean, and the ...
}--) - Viktor
Mar 20, 2012 at 11:13 am
Mar 21, 2012 at 6:47 pm -
Is there an official method to integrate templating engines? Most of the examples I have seen are based on connect or express. Thanks -- Job Board: http://jobs.nodejs.org/ Posting guidelines: ...
Akira
Mar 19, 2012 at 12:59 pm
Mar 19, 2012 at 2:25 pm -
Since node is making such a strong effort to be cross-platform compatible, I thought I would start making more of an effort as well. However, I'm not familiar with systems other than linux/osX, and I ...
Ted Young
Mar 15, 2012 at 7:44 pm
Mar 19, 2012 at 12:50 am -
Hi, I have been developing a game since last month and there are a couple of things which bothers me. I am using socket.io, and storing all the data into redis. However, most of my data is temporary ...
Murat T.
Mar 9, 2012 at 5:41 pm
Mar 17, 2012 at 6:38 am -
How to implement pipelining in http request processing ? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received ...
Annas
Mar 15, 2012 at 5:20 am
Mar 15, 2012 at 1:24 pm -
2012.03.02 Version 0.6.12 (stable) * Upgrade V8 to 3.6.6.24 * dtrace ustack helper improvements (Dave Pacheco) * API Documentation refactor (isaacs) * #2827 net: fix race write() before and after ...
Isaac Schlueter
Mar 2, 2012 at 9:22 pm
Mar 4, 2012 at 7:07 am
Group Overview
group | nodejs |
categories | nodejs |
discussions | 256 |
posts | 1,231 |
users | 308 |
website | nodejs.org |
irc | #node.js |
308 users for March 2012
Archives
- June 2016 (26)
- May 2016 (85)
- April 2016 (79)
- March 2016 (100)
- February 2016 (89)
- January 2016 (67)
- December 2015 (89)
- November 2015 (76)
- October 2015 (73)
- September 2015 (121)
- August 2015 (135)
- July 2015 (186)
- June 2015 (172)
- May 2015 (181)
- April 2015 (217)
- March 2015 (238)
- February 2015 (294)
- January 2015 (337)
- December 2014 (269)
- November 2014 (296)
- October 2014 (323)
- September 2014 (375)
- August 2014 (293)
- July 2014 (222)
- June 2014 (92)
- May 2014 (245)
- April 2014 (594)
- March 2014 (463)
- February 2014 (645)
- January 2014 (674)
- December 2013 (715)
- November 2013 (558)
- October 2013 (560)
- September 2013 (597)
- August 2013 (944)
- July 2013 (911)
- June 2013 (594)
- May 2013 (763)
- April 2013 (966)
- March 2013 (1,002)
- February 2013 (953)
- January 2013 (1,060)
- December 2012 (869)
- November 2012 (856)
- October 2012 (1,164)
- September 2012 (938)
- August 2012 (1,154)
- July 2012 (1,514)
- June 2012 (1,339)
- May 2012 (1,317)
- April 2012 (1,580)
- March 2012 (1,231)