Search Discussions
-
http://www.youtube.com/watch?v=8HzclYKz4yQ#t=22m30s "I would fork nodejs. Nodejs is a great thing and I would bet the company on it, but I would not bet the company on Joyent. I see Joyent doing some ...
Jorge
Sep 15, 2012 at 2:45 pm
Sep 21, 2012 at 12:44 pm -
Im switching to Ubuntu after struggling with windows, i will replace notepad++ with Vim and finally get into terminal... Im interested in what OS / Dev Enviroment other Node.js developers use? -- Job ...
Andrew Mclagan
Sep 21, 2012 at 12:43 pm
Oct 7, 2012 at 3:54 pm -
I was thinking of just responding to this old thread<https://groups.google.com/forum/?fromgroups=#!topic/nodejs/bEhSbsm24Y4 , in which I talk about the browser based Desktop that I've been working ...
Dennis Kane
Sep 25, 2012 at 11:36 pm
Oct 15, 2012 at 6:58 pm -
I've noticed that quite a lot of Node.js packages are tagging version number zero for all their releases: 0.4.0, 0.9.9, 0.0.1, 0.27.4, etc (to pick from packages that I use). It's as if people think ...
Austin William Wright
Sep 20, 2012 at 1:43 am
Sep 23, 2012 at 6:29 am -
Internet Friends - I'm sure it will come as a pleasant surprise for most of you to hear I'm leaving node.js for good. I'll also be stepping down from any involvement with Flatiron and completely ...
Marak Squires
Sep 11, 2012 at 3:56 pm
Sep 14, 2012 at 5:53 pm -
Deferred is (another) promise solution for Node.js (and JavaScript in general). Originally inspired by Q, however more weight is put on functional capabilities of JavaScript and in result many things ...
Mariusz Nowak
Sep 22, 2012 at 6:50 pm
Jul 8, 2014 at 8:52 am -
i want to cross compile nodejs for my Arm based board. After enough googling i am still not able to get it right. Can some one please refer some good document or summarize build procedure of nodejs ...
Sumit Aggarwal
Sep 18, 2012 at 11:27 am
Nov 13, 2013 at 9:47 am -
I'm trying to understand a detail about net.createServer(). In the code below, how is it that Node guarantees that no data will be lost if a client immediately writes to its socket when it connects ...
Mark Volkmann
Sep 6, 2012 at 9:11 pm
Sep 8, 2012 at 7:38 am -
I have an app that periodically exits with the "Abort Trap 6" message. Sometimes the app will run for days without incident, and sometimes it dies within 24 hours. When I ran it with gdb, I got the ...
Alex Wolfe
Sep 5, 2012 at 11:13 am
Oct 29, 2012 at 1:35 pm -
I first became aware of server side javascript about a year and a half ago. Hacking away on the server got me comfortable with JS itself, and I then started seeing the possibilities inherent on the ...
Dennis Kane
Sep 1, 2012 at 12:12 pm
Sep 15, 2012 at 2:31 am -
Hi guys, I have a rather strange problem when trying to use node.js with HTTPS and SNI. In order to reproduce the error, you would have to open internet options in IE 9, and check: SSL v2 SSL v3 TLS ...
Gustavo Machado
Sep 26, 2012 at 5:36 pm
Aug 6, 2013 at 8:21 pm -
We're trying migrating from node 0.6.21 to 0.8.9, and one of our processes that does a database backup (a couple million items fetched over HTTP and HTTPS from Amazon SimpleDB and DynamoDB APIs) has ...
Jimb Esser
Sep 20, 2012 at 8:48 pm
Sep 25, 2012 at 5:00 pm -
I'm slowly working on rewriting the python lib psutil for node but I'm running into a problem on linux. It builds perfectly with clang++ but fails to link correctly with g++. The code is here ...
Christkv
Sep 6, 2012 at 1:36 pm
Sep 8, 2012 at 12:02 pm -
Immediately after upgrading from node.js 0.6.18 to 0.8.8 (and later to 0.8.9) I started seeing signs of instability where the server occasionally does not acknowledge an incoming request, especially ...
Hugo
Sep 12, 2012 at 11:27 pm
Oct 18, 2012 at 7:19 am -
Nate, I'm back with some more questions about node-struct and handling nested structures. In the example below, I created one simple struct with a single Int and another struct with an Int and a ...
Rhasson
Sep 5, 2012 at 5:16 am
Sep 9, 2012 at 8:33 pm -
I don't understand how to use this. I type in, for example, irc. But there is no search or go button anywhere. If I press enter it goes to a google search results page. I guess I have to use the ...
Samm
Sep 23, 2012 at 12:59 pm
Sep 25, 2012 at 11:27 pm -
Hello, I've this Java snippet https://gist.github.com/3782352 and need to write the same in node.js. My problem is, that I always get another result in node.js. Can someone help me? Thank you! Torben ...
Honigbaum
Sep 25, 2012 at 2:47 pm
Sep 25, 2012 at 5:24 pm -
Hi node mates: I'm looking for your advice about how to design and implement an mechanism for real-time socket-based cross clustered-process data communication and computation. [The server layout] ...
Yi Tan
Sep 10, 2012 at 9:10 am
Sep 13, 2012 at 3:49 am -
https://github.com/medikoo/memoize npm install memoizee For one of my projects I needed memoizer, that would be both fast and would work with any type of input arguments. Other projects demanded ...
Mariusz Nowak
Sep 18, 2012 at 10:06 pm
Oct 1, 2012 at 5:32 pm -
Hi everyone, I made a little redirect service for myself (usually just to redirect www- non-www or the other way around) and thought it could be useful for everyone. It's on Nodejitsu - which I thank ...
Andrew Chilton
Sep 13, 2012 at 7:57 pm
Sep 18, 2012 at 8:33 pm -
I wanted to make it clear to everyone here that I stepped down from any major roles at Nodejitsu several months ago to pursue other interests. I'm not sure why an announcement was not been made by ...
Marak Squires
Sep 10, 2012 at 3:05 am
Sep 11, 2012 at 8:59 pm -
Hello, I have a C library and I am writing a non-blocking wrapper using Node JS. I am using uv_work_queue to call C library function. Workflow will be like, 1- First function gets called on main ...
Navaneeth.K.N
Sep 1, 2012 at 6:31 pm
Sep 3, 2012 at 10:49 am -
Hi. I'd like to use node-canvas to manipulate ico-format images. I couldn't find any mention of supported formats in the readme, but from my tests it seems either ico are not among them or there's an ...
Nop
Sep 26, 2012 at 3:44 pm
Oct 21, 2012 at 8:37 pm -
What would be the best way to detect a file has been written to disk? Once I have passed all the data to a fs.WriteStream, the data is at first buffered by node and written to the disk ...
Andris Reinman
Sep 23, 2012 at 4:52 pm
Sep 25, 2012 at 4:18 pm -
2012.09.17, Version 0.9.2 (Unstable) * http_parser: upgrade to ad3b631 * openssl: upgrade 1.0.1c * darwin: use FSEvents to watch directory changes (Fedor Indutny) * unix: support missing API on ...
Isaac Schlueter
Sep 18, 2012 at 1:31 am
Sep 18, 2012 at 7:25 pm -
Dear fellows, We all know that javascript from modern browsers allow us to persist data by local storage methods. I hadn't success with my Google search so I thought it would be better to ask here ...
Alan Hoffmeister
Sep 16, 2012 at 2:25 am
Sep 16, 2012 at 4:30 am -
It is a pretty typical approach to use an anonymous function for asynchronous calls from inside a loop: var a = getInitialData(); JSLint doesn't like this code with "Don't make functions within a ...
Maxim Kazantsev
Sep 13, 2012 at 11:53 am
Sep 15, 2012 at 1:53 am -
Hello, I'm desperately trying to profile my application, like I used to do with other languages where I could output some file I could pass to kcachegrind which would show me when and where the ...
Nicolas Chambrier
Sep 11, 2012 at 4:39 pm
Sep 12, 2012 at 9:17 am -
Hi All, I have to work with microsoft database and using node.js, but I cannot make the hash value of the generated node.js to be the same as the one in the microsoft sql database? Is there anyways ...
Kenny
Sep 3, 2012 at 8:47 pm
Mar 28, 2014 at 5:13 pm -
Hello, I'll start with Node.js and JavaScript and I'd like some links, name of books to buy and read. I especially would like to understand the use of callbacks and asynchronous functions. Thank you ...
Ismael Gorissen
Sep 30, 2012 at 3:42 pm
Oct 2, 2012 at 5:14 pm -
See https://gist.github.com/3751746 for details. Basically, in Node 0.6, if you start a child_process with child_process.spawn, the pipe2 system call was used to create the pipes between parent and ...
David Glasser
Sep 19, 2012 at 10:02 pm
Sep 25, 2012 at 11:24 pm -
Hi everyone, I'm trying to figure out which PaaS, if any, would suit my project best. I've been searching and reading a lot but I'm still pretty new to this and would like your opinion on the ...
David
Sep 24, 2012 at 9:06 pm
Sep 25, 2012 at 3:45 pm -
When issuing a redis command which expects a multi-bulk reply but the key does not exist, one may receive the following: +OK *0 The redis docs say "If the specified key does not exist, the key is ...
Mike Nichols
Sep 3, 2012 at 10:47 pm
Sep 8, 2012 at 4:52 am -
2012.09.25, Version 0.8.10 (Stable) * npm: Upgrade to 1.1.62 * repl: make invalid RegExps throw in the REPL (Nathan Rajlich) * v8: loosen artificial mmap constraint (Bryan Cantrill) * process: fix ...
Isaac Schlueter
Sep 25, 2012 at 10:39 pm
Oct 16, 2012 at 6:45 am -
Hi folks, is there any lib out there, that can made abstracts from a page like i.E. Google Reader? any suggestions? cheers Gregor -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Greelgorke
Sep 27, 2012 at 9:37 am
Sep 28, 2012 at 10:16 am -
I am trying to build this https://github.com/substack/node-bigint module on linux I was previously built with node-waf but I am trying to build it with node-gyp to use in on the most recent versions ...
NodeNinja
Sep 26, 2012 at 4:06 pm
Sep 26, 2012 at 8:56 pm -
Hi all, I'd like to have my command-line Node program invoke another interactive shell program (in this case w3m, but think vim, less, and so on) as a child process so that it appears in my ...
James Coglan
Sep 21, 2012 at 10:48 am
Sep 21, 2012 at 10:17 pm -
All, There is currently no standard way to remove a pipe set between 2 streams. Is there any (simple) solution/module to achieve that? The problem I am running into is as follow: streamA.pipe( ...
PierreC
Sep 19, 2012 at 12:31 am
Sep 21, 2012 at 8:54 pm -
I am using a module which uses a net.createConnection (for redis) per stream instance. This would seem like it is not so efficient and should instead hold on to the same connection and use that for ...
Mike Nichols
Sep 16, 2012 at 8:59 pm
Sep 17, 2012 at 5:00 am -
Hello, I'm wondering, does someone know a module that is able to aggregate multiple streams into 1. For example you give it 3 readable streams and you get 1 stream emitting all `data ` events from ...
Lbdremy
Sep 3, 2012 at 9:44 am
Sep 16, 2012 at 1:46 am -
I'm getting the following error when calling https.request in my node script: nodejs: ../src/node_crypto.cc:752: void node::crypto::Connection::ClearError(): Assertion `handle_- ...
Kuhnza
Sep 11, 2012 at 7:54 pm
Sep 12, 2012 at 7:02 pm -
Is there an equivalent of java command writeShort() & writeByte() in net.js? Can I write bytes and short instead of simply writing a string to a socket? Also, can I write a JSON object - an ...
Neha
Sep 7, 2012 at 12:27 pm
Sep 7, 2012 at 2:07 pm -
All, I was playing with Node's ability to do client certification verification on https requests and this seems to work great. However, if I try to use ws, websocket, or socket.io/socket.io client ...
Manny Figudore
Sep 26, 2012 at 4:43 pm
Jan 15, 2013 at 2:43 pm -
Are there any features in node relating to high availability or failover of a server? I would like to be able to run a cluster of node servers (either physical or virtual) such that if any one dies ...
Dave Horton
Sep 20, 2012 at 1:23 pm
Oct 5, 2012 at 8:09 pm -
hi, I am playing a bit with JMeter to produce some load on my Node.js system (HTTP requests). I recognized, that under heavy load my master node process in the cluster is using 100% CPU and will ...
Michael
Sep 18, 2012 at 11:28 am
Sep 28, 2012 at 3:22 pm -
Just wondering whether there was a conference dedicated to NodeJS and if so, which is the most popular. cheers </jima -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Jim Alateras
Sep 26, 2012 at 11:02 pm
Sep 28, 2012 at 8:02 am -
I am creating a chat application which will run on embedded device. It has only 8MB flash memory and 16Mb RAM. Processor is ARM6. Is it possible to run nodejs application there? The application will ...
Shiplu
Sep 17, 2012 at 7:36 am
Sep 23, 2012 at 4:59 pm -
Hey all, just wanted to throw out a new module of mine that I finished up this weekend: array-index[0]. This module makes it easy to define your own "array classes", that invoke custom accessor ...
Nathan Rajlich
Sep 18, 2012 at 6:49 pm
Sep 18, 2012 at 9:48 pm -
Here is What am trying to do. I made a simple docs sharing application. So a user can write a new document and share that document by giving its unique URL to someone. E.g. lets say my website is, ...
Abramovick
Sep 17, 2012 at 5:08 pm
Sep 18, 2012 at 8:43 pm -
Hi, I'm a Node.js newbie and have a middleware related question. Here is the code: // router starts controller() ... exports.controller = function controller(req, res, next) { ...
Aga
Sep 17, 2012 at 7:13 pm
Sep 18, 2012 at 4:11 am
Group Overview
group | nodejs |
categories | nodejs |
discussions | 175 |
posts | 933 |
users | 313 |
website | nodejs.org |
irc | #node.js |
313 users for September 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)