Search Discussions
-
Hi everyone! The dns.resolve tries to send request to only the first nameserver in /etc/resolv.conf, and if the first nameserver fails to resolve the name, dns.resolve just returns and doesn't try to ...
Yun Feng Ma
May 5, 2016 at 1:44 pm
May 6, 2016 at 5:43 pm -
I need to develop a service where the user sends an array of values, I generate a chart with d3.js and convert it to png with a child_process calling imagemagick to send it back to the user. Are ...
Ω Alisson
May 19, 2016 at 9:51 pm
May 27, 2016 at 12:41 am -
I have the following code in Nodejs. I am trying to create a user. I have the auth token saved to a file on my local computer I have the json file saved in the same location. Testing has gotten the ...
Scott Croskey
May 4, 2016 at 3:35 pm
May 19, 2016 at 3:51 am -
HI, I need get some info in my MongoDB and set the results as GLOBAL VARS in node.js. Someone has done this before ? Can show how you done this ? Thanks -- Job board: http://jobs.nodejs.org/ New ...
Emerson Luiz
May 31, 2016 at 1:40 pm
May 31, 2016 at 3:06 pm -
Hi, I m facing a badly weird issue which i can t tell if it s a bug, or an error from my side. Basically, i m doing console.log('some long data...'); process.exit(0) The problem is that the ...
Mh-cbon
May 23, 2016 at 2:57 pm
May 25, 2016 at 10:40 pm -
Hello; I have been doing browser javascript since 2003. I have also been doing php on the serverside. But I have become very interested in exploring node.js. In the documentation on the Node.js site ...
Jekillen
May 18, 2016 at 4:36 am
May 19, 2016 at 2:18 pm -
On the LTS schedule on github it looks like 4.2.0 is the latest LTS (https://github.com/nodejs/LTS#lts_schedule) But on the homepage it says 4.4.3 is the latest LTS (https://nodejs.org/en/) -- Job ...
Lucas
May 1, 2016 at 2:04 am
May 9, 2016 at 4:35 pm -
I have nodejs server which is registers, authenticate users. after authentication user can add , delete, modify, search on products. Now i want to calculate how can i calculate how many requests it ...
Naveen Kumar Chittipolu
May 31, 2016 at 3:26 am
May 31, 2016 at 3:31 am -
Hi I hope someone can help me. I am new to JS and am struggling to store the response httponly cookie from a server so I can send it back in my next request. I know that httponly doesnt like JS, C# ...
Brendan Gunn
May 27, 2016 at 1:21 pm
May 29, 2016 at 12:11 am -
Hi, I am planning to use winston-syslog. Is it asynchronous? Can some one help me? thank you, Karthik S -- Job board: http://jobs.nodejs.org/ New group rules ...
Karthik S
May 27, 2016 at 12:42 am
May 27, 2016 at 1:21 pm -
Hi, I am building micro services in node.js. Please clarify what is the best AWS instance type for the Node.js micro services in production. what is the best RAM and CPU configuration? Thank you, ...
Karthik S
May 27, 2016 at 12:41 am
May 27, 2016 at 1:21 pm -
What Node.js tools do you use for debugging, apps monitoring, and deployment? Could you share examples of its usage in production? -- Job board: http://jobs.nodejs.org/ New group rules ...
Valeria Kokina
May 19, 2016 at 3:51 am
May 26, 2016 at 4:17 am -
Hello All, I am struggling to decode the string in which some escape character is present. Like this : *Google’s Allo looks great — but it’s yet another messaging app I have to deal ...
Anurag Mishra
May 20, 2016 at 8:42 pm
May 23, 2016 at 2:57 pm -
down votefavorite <http://stackoverflow.com/questions/36478379/serving-compressed-api-response# I have this in my app.js: app.configure(function() { app.use(express.cookieParser()) ...
Yash Ganthe
May 13, 2016 at 1:52 pm
May 17, 2016 at 6:51 pm -
hello, I am using the following codes to study node.js cluster: const cluster = require('cluster'); const http = require('http'); if (cluster.isMaster) { const numCPUs = require('os').cpus().length ...
Henry Cool
May 12, 2016 at 12:56 pm
May 13, 2016 at 1:52 pm -
I am getting array from angular controller like [ '572b2e5d63f338b02afa36b9', '572b3da2034e6370301943bc' ] to node. Below code is my node router.get('/purchaserInfo',function(req,res){ ...
Hemanth kumar
May 6, 2016 at 1:43 am
May 6, 2016 at 5:43 pm -
Hi, I tries to run a nodejs code in a mininet host nodejs code.js and the error i gets is follows : events.js:72 throw er; // Unhandled 'error' event ^ Error: connect ECONNREFUSED at errnoException ...
Reshma Roy
May 4, 2016 at 3:35 pm
May 5, 2016 at 1:44 pm -
hi all, i have a module "TcpClient" and using npm i installed it both locally and globally without having errors. but when i try to use in require("TcpClient") it throws an error can not find ...
Jayamine A.
May 29, 2016 at 12:11 am
May 29, 2016 at 12:11 am -
Hello, I am building a telnet server with node js. Has anyone ever used the *readline* module with socket as input and output? i.e. *readline.createInterface(socket, socket);* It seems everything ...
Linchun huang
May 27, 2016 at 1:21 pm
May 27, 2016 at 1:21 pm -
Hi, I am trying to get auth_token of user for post a tweet on behalf of them. But I get error that "failed to find request token in sessions". plz help me Thanks in advanced -- Job board ...
Vedant karande
May 26, 2016 at 7:04 pm
May 26, 2016 at 7:04 pm -
Hi all, I'm losing my mind after spending over a day scouring documentation. I have two servers with digital ocean; Server 1: NodeJS with ExpressJS Server 2: Cassandra Node Server 2 has password ...
Al Brookbanks
May 25, 2016 at 4:13 am
May 25, 2016 at 4:13 am -
I'm using ldapauth-fork <https://github.com/vesse/node-ldapauth-fork to auth against an Active Directory domain. I grab the groups that the user is a member of to later provide access. While cleaning ...
Geoff Ginley
May 21, 2016 at 12:07 pm
May 21, 2016 at 12:07 pm -
I'm not sure if it's bad form to repost my question from another site, but here goes: *My problem in short involves trying to build a very simple TCP client (think Netcat) with node's net module.* I ...
Monocycle-ing Linguiste
May 20, 2016 at 8:42 pm
May 20, 2016 at 8:42 pm -
sir i am going to build a webrtc video conference application using nodejs .. server.js is working but When i am trying to run the localhost:9090..i am getting the below error Upgrade Required on web ...
Mallikarjun bangargi
May 19, 2016 at 2:18 pm
May 19, 2016 at 2:18 pm -
*Announcing the release of node-oracledb 1.9.1*. The node-oracledb driver connects Node.js to Oracle Database for fast and functional applications. This release incorporates the new features of our ...
Christopher Jones
May 18, 2016 at 2:35 pm
May 18, 2016 at 2:35 pm -
Hi, i am creating a : var DM = loopback.createModel(JSON.parse(JSON.stringify(datamodel))) Test1.attach(DM) app.model(DM) The model is available in Explorer for all CRUD functions via GET, PUT, ...
Mike Reh
May 16, 2016 at 1:06 am
May 16, 2016 at 1:06 am -
Hello, I have a question. Can anyone help me? Well, I am starting upload of images now. Is it normal deleting the image of the folder 'tmp' in this case?, if yes, Can you show me a tutorial? -- Job ...
Leandro Silva
May 14, 2016 at 2:23 pm
May 14, 2016 at 2:23 pm -
Im trying to construct an OAuth2 request to the Box API. The example POST request they give as a guideline is a bit ambiguous to me as I am recently learning backend development. The example is as ...
Aaron balthaser
May 13, 2016 at 1:53 pm
May 13, 2016 at 1:53 pm -
Preamble BDD is an environment-neutral JavaScript BDD unit testing framework written 100% in TypeScript that runs in the browser and in the terminal via NodeJS. Customization is provided by reporters ...
Jeff Schwartz
May 11, 2016 at 6:36 pm
May 11, 2016 at 6:36 pm -
Hi, I am working to create native module for windows 8 and above to display toast notification by following the example provided by Microsoft ...
Rishu Kumar
May 11, 2016 at 3:21 pm
May 11, 2016 at 3:21 pm -
Hi, I just wrote a small application to send automatic mails from express with a module called nodemailer. It's a simple HTML form where you can fill some data up and hit the "send" button. This data ...
Mustafa Yousef
May 10, 2016 at 1:24 pm
May 10, 2016 at 1:24 pm -
Hi, I released "Awesome Node.js" today https://nodejs.libhunt.com/. It's a curated list of packages based on the relevant GitHub list. It consists of a decent UI, I believe, some metadata show ...
Stan Bright
May 10, 2016 at 1:24 pm
May 10, 2016 at 1:24 pm -
I'm getting ready to release some software in open source & wondered if there are npm modules out there that, given a filename regex, ensures that some given license text is present. TIA, Matthew -- ...
Matthew Adams
May 9, 2016 at 4:36 pm
May 9, 2016 at 4:36 pm -
Same thing happened to me with "yo". Any solutions found so far? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group ...
Александр Кузнецов
May 6, 2016 at 7:41 pm
May 6, 2016 at 7:41 pm -
I need help about CompositeStream class in javascript. RfbProtocolClient = function() {}; $prototype = RfbProtocolClient.prototype; $prototype.connect = function(url) { this.socket = new ...
Genie Logiciel
May 5, 2016 at 4:04 am
May 5, 2016 at 4:04 am -
Hi, I am building a library for Node.js. It's an alpha stage, no intro, docs, work in progress: https://github.com/witoldsz/micro-message-hub.node Right now I am developing on engine version 4.x, ...
Witold Szczerba
May 3, 2016 at 7:33 pm
May 3, 2016 at 7:33 pm -
Hi Everyone, I'm struggling to understand how to make use of the many proxy libraries out there (EG node-http-proxy) to setup a transparent/inline/intercepting proxy that would run on a network ...
Sub Contact
May 3, 2016 at 1:19 pm
May 3, 2016 at 1:19 pm -
Hello folks! 4th and 5th July Brazil will be hosting the first NodeConf in the Latin America. This is a great opportunity for you to visit our country and interact with a fresh & expanding Node.js ...
Alan Hoffmeister
May 2, 2016 at 7:48 pm
May 2, 2016 at 7:48 pm -
Are there any third party library to read dbf file with GBK format? Does Nodejs 6.0 have this functions? Thanks -- Job board: http://jobs.nodejs.org/ New group rules ...
Late close
May 2, 2016 at 1:07 pm
May 2, 2016 at 1:07 pm
Group Overview
group | nodejs |
categories | nodejs |
discussions | 39 |
posts | 82 |
users | 63 |
website | nodejs.org |
irc | #node.js |
63 users for May 2016
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)