Search Discussions
-
I'm trying to write a simple app that preforms a db query when a user connects to a tcp port. I can get the query working if I do everything as callbacks: db.open(... fn() { db.collection(.... fn() { ...
Matthew Hazlett
Apr 9, 2012 at 12:42 am
May 22, 2013 at 11:07 am -
I'm sorry if this has been discussed before, but I couldn't find anything. This a modest proposal to introduce sync APIs in Node.js A lot of people would like to use Javascript for their web backend, ...
Olivier Lalonde
Apr 2, 2012 at 2:20 am
Apr 8, 2012 at 7:56 am -
The site is powered by an express server, which exec's a separate node AI process for each new IP address. Each process will automatically end after 10 minutes of inactivity. You can interface with ...
Dennis Kane
Apr 23, 2012 at 5:52 pm
Apr 28, 2012 at 5:57 pm -
This is a question about recommended usage in Node. As an example, let's say I want to write a function that returns the first n prime numbers. I could write a function that takes n and a callback ...
Mark Volkmann
Apr 28, 2012 at 1:22 am
Apr 29, 2012 at 12:35 am -
What's the best technique for sending small amounts of data back and forth between node and php on the same server? Is dNode the best solution for this? Or should I be looking at alternatives else? ...
Steven loe
Apr 30, 2012 at 5:06 pm
May 18, 2013 at 4:16 pm -
Hello there! I know there is some good npm modules for sending e-mail by SMTP account, but none of them are working with Windows, what I need is to be able to send e-mail from an SMTP account with ...
Alan Hoffmeister
Apr 13, 2012 at 12:38 pm
Apr 14, 2012 at 2:57 am -
Greetings, I was wondering if someone who has experience with working with scaling problems could give me some insight on an issue. Long story: A) So- I'm making an iPhone/iPad app, which basically ...
Timp
Apr 10, 2012 at 5:25 pm
Apr 15, 2012 at 2:45 am -
Hello there, Someone could share any kind of experience with running multiple websites on a single host? Thanks. -- -- Att, Alan Hoffmeister -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Alan Hoffmeister
Apr 7, 2012 at 5:23 am
Apr 19, 2012 at 12:48 pm -
Assuming that the callback doesn't return a value, does v8 behave any differently when invoking callbacks in one of these forms vs. the other? I find the first approach to be a convenient shorthand ...
Ken
Apr 10, 2012 at 11:17 pm
Dec 20, 2012 at 9:27 am -
So I would like to know where node thinks it will be in 1 year? What are things that are been looked at for improvement with node as a whole? At some point nodes going to run into a wall, and that ...
TipTop
Apr 2, 2012 at 10:54 pm
Apr 3, 2012 at 8:51 pm -
https://gist.github.com/2362015 fibers: 10 times faster! callbacks generated by streamline: almost 2 times faster!!! (find out why!) Bruno -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Bruno Jouhier
Apr 11, 2012 at 8:22 pm
Apr 12, 2012 at 10:57 pm -
Hello, Is there some good package for converting HTML in PDF with Node.JS? Thanks! -- Att, Alan Hoffmeister -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Alan Hoffmeister
Apr 10, 2012 at 12:44 am
Apr 12, 2012 at 8:05 pm -
Hello, I'm learning how to write C++ modules, for Node.js. I'm sort of brute-forcing my learning by looking at examples, referencing the documentation for v8 and trial and error. The only two modules ...
Ryan
Apr 22, 2012 at 1:50 am
May 6, 2012 at 1:17 pm -
meteor.com/screencast meteor.com/examples -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message ...
Nikolay Yasinskiy
Apr 11, 2012 at 7:37 am
Jul 31, 2012 at 7:56 pm -
I've made it for years. Mostly inspired by Python and Haskell. Doc: http://be5invis.github.com/moescript/ -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Belleve Invis
Apr 26, 2012 at 12:26 pm
May 20, 2012 at 1:37 pm -
we've tried using JQuery Mobile but it's way too buggy (and note all the unanswered posts on the forum which is not a good sign) Sencha Touch seems popular but looks complex to use with a node ...
John.tiger
Apr 16, 2012 at 1:28 pm
Apr 25, 2012 at 11:03 pm -
As I wrote in the subject: Are request events handlers must be added in the same tick of the http request handler execution? https://gist.github.com/2416260 I just wanted to know if all of you guys ...
Kilian C.
Apr 18, 2012 at 8:42 pm
Apr 25, 2012 at 12:02 am -
I currently write code using a plain text editor (TextWrangler) on a 5-year-old MacBook Pro. As I ponder eventual upgrades to this configuration, I wonder if anybody has had any experience with ...
Ryan Schmidt
Apr 8, 2012 at 7:03 am
Apr 13, 2012 at 2:25 pm -
Is there some easy way to make yourself a zlib.gzipSync wrapper around the nodes default callback/pipe interface to zlib? (Without streamline or fibers) Its for the server startup sequence where it ...
Axel Kittenberger
Apr 18, 2012 at 9:13 am
Apr 27, 2012 at 1:03 am -
This is a long overdue announcement, but only recently did I have the chance to get back to this project. It's really a two-part announcement -- I'll follow up with an announcement of Node-Qt ...
Artur
Apr 6, 2012 at 10:26 pm
Apr 11, 2012 at 8:27 am -
I'd like to run some user code, which runs in a loop pseudo user code: if ... then ... else ... end; x = ....; blah; blah; blah; Think of it as BASIC (it's interpreted). I've found process.nexttick ...
Linxha
Apr 6, 2012 at 4:34 pm
Apr 7, 2012 at 3:44 am -
Hi all, I've got a couple of long-running functions that use BigIntegers and the like for some financial calculations. These take a few seconds to execute. Now a few seconds of CPU on the main node ...
Jeremy Rudd
Apr 9, 2012 at 10:34 am
Aug 7, 2012 at 1:04 pm -
I am new to both ender vs. browserify. Can someone summarize their differences, advantages, etc? -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Mark Hahn
Apr 21, 2012 at 6:57 pm
Jun 2, 2012 at 5:48 am -
<https://gist.github.com/2362548 $ node bench.js Threads_a_gogo JS thread - 4624 (ms) 298607040 Node's main JS thread - 8471 (ms) 298607040 Ratio: 1.83 times faster (Sorry, I couldn't resist the ...
Jorge
Apr 12, 2012 at 10:46 am
Apr 19, 2012 at 6:32 pm -
Delegating an event emitter into another event emitter is hard. A catch-all event handler that worked like this would be of much help: eventEmitter.on(function(eventType, args) { console.log('got ...
Pedro Teixeira
Apr 8, 2012 at 9:04 am
Apr 10, 2012 at 4:45 am -
I was thinking about something like this on the server side: rest-module.on('hello', function(req, res, data){ res.send('Hello ' + data.world); }); And on the client side ...
Alan Hoffmeister
Apr 11, 2012 at 2:58 pm
May 31, 2012 at 10:32 pm -
I tested that express is a little slower then non-express code. I planning to design a new web framework and I also design a benchmark tool, to make sure my framework is fast. My basic thinking is ...
Jason.桂林
Apr 27, 2012 at 5:40 pm
Apr 30, 2012 at 1:07 pm -
I just saw this quote "Developers can use Meteor to build real-time applications that live mostly in the browser, and even push code changes to users while the application is in use" here ...
Mark Hahn
Apr 25, 2012 at 10:50 pm
Apr 26, 2012 at 11:13 am -
I am currently working on a couple of node modules for home automation. The first is a module for interfacing with the Elk M1 Automation ...
Kevin O
Apr 16, 2012 at 5:07 pm
Apr 18, 2012 at 12:06 pm -
I'm looking for a locking library for NodeJS. Where we can achieve Java Synchronization like effect. Here is simple requirements I'm looking for - Hold a lock something is happening - After that ...
Arunoda Susiripala
Apr 3, 2012 at 6:18 pm
Apr 4, 2012 at 10:36 am -
This throws an error unexpected end of file. fs.readFile(__dirname + '/' + filename, function (err, data) { if (err) throw err; console.log(data); }); This is a oneline file created by ...
Matthew Hazlett
Apr 1, 2012 at 9:46 pm
Apr 2, 2012 at 6:45 am -
Anyone seen this? http://assl.sullof.com/assl/ Is there any work to get this working with node? Any interest? -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Shawn wilson
Apr 28, 2012 at 8:33 am
May 2, 2012 at 3:17 pm -
Hello, Node.js community! I've been using Node.js for about 8 months now, and have been constantly learning as much as I can about it as well as bettering my knowledge on JS as well. Its a fantastic ...
Scott Ware
Apr 17, 2012 at 11:53 am
Apr 19, 2012 at 7:42 am -
I am working on a node integration to a home automation device. The device has an ASCII protocol that I am building a parser and a command generator for. All of the ASCII messages that I send need to ...
Kevin O
Apr 13, 2012 at 8:54 pm
Apr 13, 2012 at 9:51 pm -
Hi all, I got a strange problem with Forever .I've started a server, and everything was fine at the beginning. After a few days I have checked the process list (top) on my VPS, and I see 6 processes ...
Ec.developer
Apr 18, 2012 at 8:14 am
Nov 23, 2012 at 3:13 pm -
Hey all. How can i better write this snippet of code? var bufferJson = function(key, requestEvent) { var buffer = [] var cryptoFn = function(message) { var decipher = ...
Tim Dickinson
Apr 30, 2012 at 10:23 pm
May 27, 2012 at 11:36 pm -
Hi, Search on NNPM didn't get me any results. Is there a well maintained Amazon AWS S3 library / SDK for Node.js? If not, I'll be building one. Will probably end up using ...
Srirangan
Apr 27, 2012 at 8:53 am
May 2, 2012 at 11:16 am -
We recorded a special framework author throwdown for NodeUp with the authors of Geddy (http://geddyjs.org), Tako (https://github.com/mikeal/ tako), Flatiron (http://flatironjs.org) and SocketStream ...
NodeUp
Apr 16, 2012 at 6:01 pm
Apr 20, 2012 at 9:23 pm -
Hello everybody. Sorry for the meaningless title, I would like to create a Node.js extension that extends the paths the programmer writes adding some more to integrate a protocol I'm researching ...
Masiar
Apr 19, 2012 at 8:06 am
Apr 20, 2012 at 8:35 am -
How would one better write this function? Array.prototype.forLoop = function(worker, callBack) { var self = this; var returnData = []; var loop = function(i) { if(i === self.length) { return ...
Tim Price
Apr 11, 2012 at 7:07 pm
Apr 12, 2012 at 10:53 am -
Hi, I am trying to understand the output of the v8 profiler. Below is the profiler output for my app. I have the following doubts. 1. What are unaccounted ticks? 2. What does nonlib col mean? I think ...
Satyam Shekhar
Apr 11, 2012 at 11:41 am
Apr 11, 2012 at 10:13 pm -
What's up, I've been writing a game using HTML5/JS + Node.js, and so far that's been going great, but I've heard a lot about Ruby on Rails and one of my friends insisted on checking it out, so I ...
Derek Chalmers
Apr 10, 2012 at 3:24 pm
Apr 11, 2012 at 7:25 am -
(This project forms the basis of the Calango.js project just announced). Node-Qt exposes graphics- and audio-related bindings to the Qt library. (Qt is a cross-platform native library containing just ...
Artur
Apr 6, 2012 at 10:39 pm
Apr 10, 2012 at 1:29 am -
Hi, i'm working on a multi site cms with a central proxy for balancing the request on multiple client. The project is under development and it's an premature beta, maybe someone have interest on it ...
AndDM
Apr 17, 2012 at 7:57 am
Jun 19, 2012 at 9:55 am -
Hello everybody, first, I am sorry about english mistakes, I am brasilian =) I have an application that have a huge data, but a small part of it is always accessed all the time by all the users. I am ...
Gil LB
Apr 18, 2012 at 7:32 pm
Apr 19, 2012 at 1:32 pm -
Hi everybody. As you may know from my previous posts, I'm stress testing a node.js server using another node.js server as client (through http.request). My problem is simple: when I start my tests ...
Masiar
Apr 4, 2012 at 3:12 pm
Apr 12, 2012 at 9:39 pm -
Protein is an HTTP middleware module for Node.js but with a twist! Blazing fast, Connect-compatible and the kicker is that there is a very powerful support for prototype methods, getters, and ...
Mathias Buus Madsen
Apr 12, 2012 at 5:09 pm
Apr 12, 2012 at 7:55 pm -
I'm running node 0.6.14 on a Joyent machine (OS is a varient of Solaris). The timezone is set to US/Central, but the Date object in node doesn't seem to recognize this. Below are the outputs of a few ...
James33
Apr 9, 2012 at 4:49 am
Apr 10, 2012 at 2:41 am -
Having used node steadily for the past six months, one of the biggest problems I have is finding quality packages. It's easy to simply find packages for a particular task, but determining which are ...
Jeff Kunkle
Apr 4, 2012 at 3:03 am
Apr 7, 2012 at 6:26 pm -
Hi, I'm trying to setup a local user group for New Delhi and surrounding suburbs. If you work / live here or travel here frequently, please join: http://www.meetup.com/Node-js-Dilli/ I hope there are ...
Srirangan
Apr 26, 2012 at 5:22 am
May 4, 2012 at 7:00 am
Group Overview
group | nodejs |
categories | nodejs |
discussions | 212 |
posts | 1,580 |
users | 295 |
website | nodejs.org |
irc | #node.js |
295 users for April 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)