Search Discussions
-
Hi, I have just started learning node.js and I am already confused about how the event loop is implemented. Node uses v8 and libev (now libuv). As far as I know, v8 has its own javascript event ...
Vaibhav Jain
Nov 17, 2014 at 2:26 pm
Nov 17, 2014 at 4:52 pm -
Hello. I'm developing an extension for Adobe CC products (CEP) that uses node to upload a small CSV file to an ftp server. Using jsftp I'm able to write a file to my server but the contents are ...
Brendan Thompson
Nov 14, 2014 at 7:39 am
Nov 14, 2014 at 10:35 am -
Hi, I am new to Node js. I am trying to parse the request parameters from a post request. Basically, I have a simple HTML form. I submit the form and in my Node.js server I want to access the form ...
A Khan
Nov 13, 2014 at 8:59 pm
Nov 13, 2014 at 9:55 pm -
http://i.stack.imgur.com/bb5C4.png Hi, I am having memory leak in my node application which i am running as a service. I took memory dump using heapdump node_module after that i put it on a chrome ...
Balaganesh Krishnamoorthy
Nov 10, 2014 at 12:11 am
Nov 10, 2014 at 3:27 pm -
Any one can tell me which framework choose in node.js for developing UI. because these framework is good one for design, and performance,,and etc.. thanks in advance -- Job board ...
Bala Kumaran
Nov 7, 2014 at 7:52 pm
Nov 7, 2014 at 10:40 pm -
When I try to start a web worker in node I'm getting this error ... myWorker = new Worker('./web-worker.js'); ReferenceError: Worker is not defined Is there something I have to do to use a ...
Mark Hahn
Nov 7, 2014 at 7:28 pm
Nov 7, 2014 at 7:52 pm -
I've been trying to get a Ubuntu server going on my Surface Pro 1 running Windows 8.1 for doing Node development. I've been using Vagrant, but the problem exists independent of that, so I think it's ...
Joeipson
Nov 1, 2014 at 9:54 pm
Nov 3, 2014 at 4:02 pm -
Hello, I'm using (and have tried both) node 0.10.3x and 0.11.x (and the node bleeding edge) and have an issue i'm hoping someone can shed some light on. I'm embedding node into a Win32 GUI app (that ...
Trevor Linton
Nov 29, 2014 at 10:15 pm
Nov 29, 2014 at 10:15 pm -
Folks, I wonder if anyone has compiled imagemagick-native module on windows 8. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\Microsoft.Cpp.x 64.targets(146,5): error MSB6006 ...
Shimonchayim
Nov 28, 2014 at 6:49 pm
Nov 28, 2014 at 6:49 pm -
wss is to run websocket over tls/ssl, so many http websites are hard to run a secure ws/message system. But, SWS intends to run plain websocket over NACL, then http website can have secure ...
Tom
Nov 28, 2014 at 6:47 pm
Nov 28, 2014 at 6:47 pm -
Hey Guys, I am using ejs-local to render views for my node.js application. I saw lots of too many open files" exception when rendering views: Error: EMFILE, too many open files ...
Chen Wang
Nov 28, 2014 at 6:47 pm
Nov 28, 2014 at 6:47 pm -
This is an issue related to asynchronous testing in Sails JS using Mocha. I am writing controller test in Sails JS using supertest <https://github.com/tj/supertest library. I want to check if ...
Yedhu Krishnan
Nov 22, 2014 at 4:06 pm
Nov 22, 2014 at 4:06 pm -
I am working on a linear algebra Node.js addon (written in C++) and I want to be able to save to and read from disk all objects I exposed. For example, v = la.load(fs.open("vector.out", "r-")); would ...
Blazs
Nov 21, 2014 at 7:54 am
Nov 21, 2014 at 7:54 am -
*I am trying to test my angular js code with Karma, which is working fine with firefox, but when I am trying to run with my chromium-browser(with ubuntu 13.10), it is opening mutiple browsers of ...
Rajit Garg
Nov 20, 2014 at 12:27 pm
Nov 20, 2014 at 12:27 pm -
Dear all i've got an http cluster based on nodejs, basically this component does the following: - does some regex matching on the req.url - case A) - forward the request to a back-end - case B) - ...
Nik600
Nov 20, 2014 at 12:24 pm
Nov 20, 2014 at 12:24 pm -
Hi! I'm planning on writing a multilingual application or at least a translated application that uses Grunt, i18n-abide (grunt-i18n-abide) and angular-gettext for the frontend translation ...
Andreas Marschke
Nov 18, 2014 at 9:39 pm
Nov 18, 2014 at 9:39 pm -
Hi all, I posted the following question on SO yesterday but it got little attention so I decided to ask here as well, I hope you don't mind ...
Tihomir Kit
Nov 18, 2014 at 1:27 pm
Nov 18, 2014 at 1:27 pm -
hey guys, i'm looking for module with the following feature: synchronize database schema(postgresql) from models(json objects): create/update tables, columns, etc. Some modules such as jugglingdb and ...
Danilo Sampaio
Nov 14, 2014 at 10:10 pm
Nov 14, 2014 at 10:10 pm -
I am working on C++ Addon and am trying to set the various DATE fields CallDateMethod (date, "setUTCFullYear", year).; CallDateMethod(date, "setUTCMonth", month); CallDateMethod (date, "setUTCDate", ...
P. Venkatraman
Nov 10, 2014 at 3:11 pm
Nov 10, 2014 at 3:11 pm -
Which framework is good one for developing for UI (web designing) in node.js. anyone tell me.advance thanks -- Job board: http://jobs.nodejs.org/ New group rules ...
Bala Kumaran
Nov 7, 2014 at 7:29 pm
Nov 7, 2014 at 7:29 pm -
I am new to node.js. I want to use rdfstore module for implementing semantic web in a node.js poroject. I found this sample code on Github for rdfstore, can anyone explain it var rdfstore = ...
Gaurav Wable
Nov 7, 2014 at 7:29 pm
Nov 7, 2014 at 7:29 pm -
Hey everyone. Just today, I published a small connect middleware, that allows you to urilize OJ - an alternative to objective-j - on the fly. The work on this project has caused OJ itself to update ...
Kevin Ingwersen (Ingwie Phoenix)
Nov 4, 2014 at 5:49 pm
Nov 4, 2014 at 5:49 pm -
I'm coming up to speed regarding how NodeJS garbage collection works. There seems to be some GC process running for 2 hours every day. Don't mind the X-axis on the graph, the ticks are not accurate ...
Harrison Hung
Nov 3, 2014 at 4:22 am
Nov 3, 2014 at 4:22 am
Group Overview
group | nodejs |
categories | nodejs |
discussions | 73 |
posts | 296 |
users | 131 |
website | nodejs.org |
irc | #node.js |
131 users for November 2014
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)