Search Discussions
-
HI, I have a page that is requesting data via ajax as such .... url = 'hello/world/123', method: 'get', ... The route is this app.get('/hello/world/:num', function(req, res) {hello.readWorld(req, ...
A
Jul 1, 2015 at 7:39 pm
Jul 4, 2015 at 3:31 pm -
Hi I have the followring question I'm have tried installing nodejs on ubuntu using the following command: sudo apt-get nodejs Problem is that it didnt install v0.12.5, but instead install an early ...
James Ramsfield
Jul 1, 2015 at 1:05 am
Jul 2, 2015 at 3:28 pm -
I'm getting the error, 'It is not possible to log in on a server environment' when I try to post to /login (code below) Why is this the case? What's the logic in making people do this client side? I ...
Duncan Graham
Jul 19, 2015 at 10:56 pm
Aug 9, 2015 at 1:20 am -
I am a complete newbie here, so please forgive my total ignorance of Node.js. I have a Java applet which also has a main() so it can also be run as an application. The user interacts with the applet ...
John English
Jul 26, 2015 at 1:59 pm
Jul 27, 2015 at 1:45 pm -
This is killing me. After entering the following in the command line I get the following *command-line error*... npm ERR! addLocal Could not install ...
Niko Bellic
Jul 24, 2015 at 1:32 am
Jul 25, 2015 at 2:58 am -
I'm wondering what everyone's opinion is on handling errors over time. In the interfaces of some modules I've seen errors collected into an array with an *errors parameter* in the callback. Used this ...
Quentin Engles
Jul 16, 2015 at 4:09 am
Jul 17, 2015 at 7:33 pm -
I set up nodejs with express on my raspberry pi (Rpi) and pointed to this domain: http://111001.cc:3000/ I set ip tables to forward port 3000 to 80 as follows: iptables -t nat -A PREROUTING -i eth0 ...
Uomo di Carbone
Jul 28, 2015 at 1:16 pm
Aug 29, 2015 at 2:41 am -
This works on OS X, but fails on Windows 7 (io.js 2.5.0): var http = require('http') var server = http.createServer(function(req, res) { res.end('hello') }).listen(0, function() { var addr = ...
Greg Reimer
Jul 29, 2015 at 5:43 am
Jul 30, 2015 at 3:04 am -
Hi Folks, I want an interface where on clicking a push button , it render the map for the location. I am not able to get through this riddle , though i have rendered the map by writing a script in ...
Ishan Gupta
Jul 23, 2015 at 2:26 pm
Jul 23, 2015 at 4:16 pm -
WASD,Space ,G, R, Arrows, 8, 9, and 0, right and left mouse click Multiplayer Blockbuilding Tech Demo I created w/PlayCanvas , NodeJS & SocketIO. http://playcanv.as/p/zacDMUGx -- Job board ...
Eric Eisaman
Jul 15, 2015 at 1:03 am
Jul 23, 2015 at 2:26 pm -
Hi, Does native node.js have RSA encryption functions at all ? I did a :- var ciphers = crypto.getCiphers(); but only get :- [ 'CAST-cbc', 'aes-128-cbc', 'aes-128-cbc-hmac-sha1', 'aes-128-cfb', ...
Aaron Gray
Jul 15, 2015 at 4:09 pm
Jul 17, 2015 at 7:33 pm -
Hi I am very new to node.js. I am unable to insert CSV file to Hana table. Please provide me sample code. -- Job board: http://jobs.nodejs.org/ New group rules ...
Nvx Nvx
Jul 15, 2015 at 11:53 am
Jul 17, 2015 at 3:39 pm -
When dispatching from an asynchronous operation using C++, the function node::MakeCallback is supposed to automatically set ...
Jeff Waller
Jul 15, 2015 at 1:03 am
Jul 16, 2015 at 12:37 pm -
If my entire Node.js program is the following setInterval(function() {}, Infinity) 'top' shows it consumes 15-20% CPU If I change it to setInterval(function() {}, 100000) it drops down to < 1% CPU ...
Sunil Agrawal
Jul 7, 2015 at 12:54 pm
Jul 8, 2015 at 2:02 pm -
I am using 0.10.31 node version. I am facing an issue which looks like a bug in node. Just wanted to confirm, before filing a bug and work on patch. Here is the issue: When the same socket object is ...
Phani Kumar
Jul 2, 2015 at 1:31 pm
Jul 3, 2015 at 1:52 pm -
I'm trying to track this issue, I've looked in node_modules/express but can't find it there? help please. Oh yeah, the data is suppose to be pulled in via the mongodb so dynamically, on the main page ...
Kelvin Knighton
Jul 30, 2015 at 4:55 pm
Jul 30, 2015 at 8:16 pm -
I need to override the length property of the Function constructor for a wrapper I am making. Why does the following code work in Gecko and Mazilla browsers but not nodejs? var f = function(a,b,c) {} ...
Robert Steckroth
Jul 19, 2015 at 8:55 pm
Jul 28, 2015 at 1:16 pm -
Hi All, How to create new database with nodejs and mysql How to create new user with nodejs and mysql How to set previllages to user CRUD for databases and user Is there any UI tool like php myadmin ...
Harish moghe
Jul 27, 2015 at 1:43 pm
Jul 27, 2015 at 3:47 pm -
When I run "npm install grunt", grunt installs into the local dir fine and within seconds. If I have a package.json with grunt as a devDependency and run "npm install --dev" I see many warnings at ...
Victor Roman
Jul 23, 2015 at 7:13 pm
Jul 24, 2015 at 11:13 pm -
Some nodejs errors are not very informative. How can I get nodejs to print line numbers and stack trace for this error? Exaple ouptut of nodejs error to satdout - *Cannot read property 'sp' of ...
Robert Steckroth
Jul 21, 2015 at 8:24 pm
Jul 22, 2015 at 1:11 pm -
Hi, how do you write native addons that can run on both 0.10 and 0.12 node versions? There are breaking API changes, so code written for v0.12 can't be compiled on v0.10. Thanks -- Job board ...
Honza Břečka
Jul 21, 2015 at 1:54 pm
Jul 21, 2015 at 3:09 pm -
<http://stackoverflow.com/questions/31481546/q-promise-and-map-doesnt-change-after-iteration# I'm using Q Promises to retrieve data from my redis repository. The problem I'm having, is that through ...
Erick Neverson
Jul 17, 2015 at 9:01 pm
Jul 18, 2015 at 2:42 am -
I am trying to build an app using `grunt build` and I got this error: # grunt build Running "clean:dist" (clean) task Running "wiredep:app" (wiredep) task Running "wiredep:sass" (wiredep) task ...
Reynier Pérez
Jul 17, 2015 at 4:34 am
Jul 17, 2015 at 3:51 pm -
I'm trying to use the mongoose-paginate plugin: https://www.npmjs.com/package/mongoose-paginate This is my code, but I'm getting an error: undefined is not a function var mongoose = ...
Lazar Gubezkis
Jul 13, 2015 at 11:31 pm
Jul 17, 2015 at 3:39 pm -
Hi! I'm trying to wrap a C library using node-ffi and I have some doubts regarding function pointers. The C library has a following callback function: // typedef void (*logfunc_t) (context_t ...
Christian Guimaraes
Jul 13, 2015 at 7:34 pm
Jul 14, 2015 at 12:29 pm -
``` /* somewhere deep inside a module... */ var token = Tokens.create(); pair(email, token); send(email, token); ``` ``` /* in another module */ Tokens.create = function() { crypto.randomBytes(48, ...
Sam
Jul 13, 2015 at 5:59 am
Jul 13, 2015 at 1:45 pm -
Hi, I have found a bug possibly in node.js itself it manifests in 'req.domains' not being setup correctly AFAICT. I have forked 'express-subdoamin' and added tests which demonstrate the problem ...
Aaron Gray
Jul 10, 2015 at 7:47 pm
Jul 11, 2015 at 12:07 am -
Hello, I am working on a application, using winston nodejs as logging framework. I have a doubt, whether winston logging is blocking my application thread ? As we know node is single threaded, i have ...
Sac King
Jul 15, 2015 at 11:52 am
Aug 19, 2015 at 12:37 am -
Looking for Node.js and/or client side javascript template engine where I can use one template for different views (editable form, layout for print, layout for screen). For example template (forgive ...
Hirsch
Jul 24, 2015 at 11:14 pm
Aug 5, 2015 at 2:34 pm -
1
[nodejs] v0.12.7 : "make" crashes on Raspberry Pi, HW Version 1, with 2015-05-05-raspbian-wheezy.img
I tried to compile v0.12.7 with the "make" command. After some time, ;-), compilation terminated without success. I found several postings on the net, how to fix that. Although these posts confirm ...Ekkehard Pofahl
Jul 29, 2015 at 1:02 pm
Jul 29, 2015 at 1:12 pm -
Hello I am a beginner with NodeBB. the following problem I have had in two tests. local runs with me all good but online I have a problem with the groups. I can online though a group or edit but when ...
Alexander Friedland
Jul 28, 2015 at 1:16 pm
Jul 29, 2015 at 1:02 pm -
Document: *User *collection Now how can I fetch only the object cat_name = technotip User.find({'name': 'abc'}, {}); This gets me the whole document. I only want the object which is inside key ...
Satish B
Jul 20, 2015 at 3:25 pm
Jul 28, 2015 at 2:07 pm -
I have nodejs running on my mediawiki using the following steps : https://www.mediawiki.org/wiki/Parsoid/Developer_Setup#Starting_the_Parsoid_service_automatically I wonder why does nodejs runs 4 ...
AmazingTrans
Jul 24, 2015 at 11:13 pm
Jul 25, 2015 at 2:58 am -
I'm trying to use Node.js to make a series (~1000) of HTTP requests which are duplex connections. I'm worried that my GET and POST requests are not being sent out at the same time, because I get ...
Jonathan Uesato
Jul 23, 2015 at 12:03 am
Jul 23, 2015 at 3:08 am -
Hi, I'm writing to ask about OpenSSL as a dependency of Node.js and specifically RC5 encryption. We were asked today by one of our lawyers if RC5 is included in the NodeJS distribution for Windows ...
Steve Thomas
Jul 21, 2015 at 8:24 pm
Jul 22, 2015 at 7:48 pm -
Have been working on this isomorphic template language on and off for about 3 years, on various client projects. Ready to show to the world -- I think it's pretty cool, but would love some feedback ...
Brian Horakh
Jul 21, 2015 at 1:43 am
Jul 22, 2015 at 1:11 pm -
Hi guys, I am trying to create a programm wich lets your users create online text files, and share these via URL to others, so that they can make changes on this online document... Does anyone know ...
Christiano da Costa
Jul 19, 2015 at 3:39 pm
Jul 19, 2015 at 3:52 pm -
Hello, I am extremely new to Javascript and I am trying to make a simple web scraper that will get vendor titles from a website (www.zinc.docking.org). The problem is that I cannot get request() to ...
Shelby Matlock
Jul 14, 2015 at 12:19 pm
Jul 16, 2015 at 2:38 am -
I'm using the local authentication strategy with passportjs: passport.use(new LocalStrategy( function(username, password, done) { if (username === "myuser" && password === "mypass") return done(null, ...
Lazar Gubezkis
Jul 12, 2015 at 3:28 pm
Jul 12, 2015 at 4:04 pm -
Hi all, I have a memory leak with the script : function sliceobj (obj, start, end) { var ret = {}; for (i in obj) { if (parseInt(i) = start && parseInt(i) <= end) { ret[i] = obj[i]; } } return ret; } ...
Feraudet Prosodie Google
Jul 7, 2015 at 12:54 pm
Jul 8, 2015 at 3:17 am -
i would like to use native ajax to make some calls inside my node.js server. Is this secure ?? Can i do it without problems ??? Here's and example: .... NODE app.post('/postReceptor', function(req, ...
Angel Rodriguez
Jul 5, 2015 at 2:19 pm
Jul 6, 2015 at 4:04 am -
What would you guys consider the maximum "safe" size for a JSON string to be parsed without blocking the event loop? -- Job board: http://jobs.nodejs.org/ New group rules ...
Ω Alisson
Jul 6, 2015 at 1:03 am
Jul 6, 2015 at 3:57 am -
Hi, I have been looking into node-dogstatsd <https://github.com/joybro/node-dogstatsd . Can someone please explain me why the sampling rate is not provided for the incrementBy ...
DM
Jul 1, 2015 at 2:19 pm
Jul 6, 2015 at 1:03 am -
We have been working on this project for several months and would like to get your feed back. https://github.com/lsm/micromono http://micromono.io -- Job board: http://jobs.nodejs.org/ New group ...
Terri
Jul 31, 2015 at 9:23 pm
Jul 31, 2015 at 9:23 pm -
Hi All, I know there are quite a few syslog clients out there on npm but I couldn't find one which supports both UDP and TCP, so here is one: https://www.npmjs.com/package/syslog-client The interface ...
Stephen Vickers
Jul 31, 2015 at 9:23 pm
Jul 31, 2015 at 9:23 pm -
Nodejs runs on iPhone and runs the web server https://itunes.apple.com/cn/app/id1016281697 Now the first 100 can be free to activate all functions,MyID can be sent to the group ...
Louis tru
Jul 30, 2015 at 3:03 am
Jul 30, 2015 at 3:03 am -
Hi to all members, We kinda need your help:) We are looking for volunteers to try out our brand-new platform elastic.io 2.0 that enables self-service component creation based on Docker ...
Olga Annenko
Jul 29, 2015 at 2:23 pm
Jul 29, 2015 at 2:23 pm -
Hello, Greetings of the day ! . I have a requirement to integrate Siebel CRM with facebook to pull the customer feedback on the facebook page on regular basis. Siebel can not talk to facebook using ...
Mahesh P
Jul 29, 2015 at 1:02 pm
Jul 29, 2015 at 1:02 pm -
Hi All, Want to create login with amazon functionality but getting below error, We're sorry! An error occurred when we tried to process your request. Rest assured, we're already working on the ...
Sachin Tiwari
Jul 28, 2015 at 7:52 pm
Jul 28, 2015 at 7:52 pm -
This package can be useful for a variety of HTTP scenarios, such as API gateway, proxy balancer with zero downtime, migration proxy, traffic adapter, security proxy and more... Provides a simple but ...
Tomas Aparicio
Jul 25, 2015 at 2:59 am
Jul 25, 2015 at 2:59 am
Group Overview
group | nodejs |
categories | nodejs |
discussions | 70 |
posts | 181 |
users | 109 |
website | nodejs.org |
irc | #node.js |
109 users for July 2015
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)