Search Discussions
-
Logster is a distributed logging system. have you ever wanted to collect logs from multiple sources and view them in one place? Well Logster is the answer. https://github.com/MangoRaft/Logger -- Job ...
Tim Dickinson
Mar 10, 2015 at 3:40 pm
Apr 2, 2015 at 8:42 pm -
I can't figure out why I lose the object instance for my variable _page once it gets inside the function for the module.exports. It bombs out here because _page is undefined but it's fine and has an ...
CoffeeManiac
Mar 19, 2015 at 8:39 pm
Mar 21, 2015 at 2:35 pm -
Hi All, I created a Slack community for all things related to Node.js I thought sometimes it's nice to chat in real-time as opposed to the forum or Q/A style (google groups, reddit, SO, etc..) ...
Justin Maat
Mar 26, 2015 at 7:04 pm
Mar 30, 2015 at 2:21 am -
Hello, I'm new to node.js. My script creates/open too many TCP Sockets which I don't have any plan how to prevent this? Please see the StackOverflow link to have full details of my problem ...
Spab Rice
Mar 17, 2015 at 1:41 pm
Mar 24, 2015 at 1:20 pm -
Sorry in advance, I've been at this problem for 6 days now and have failed at every single turn on what I need to do. I simply cannot afford to waste more time, so I'm asking for help. My directory ...
Aaron Martone
Mar 2, 2015 at 4:14 am
Mar 4, 2015 at 5:03 pm -
Given an Oracle DB, it seems my choices are the node-oracledb (which isn't part of NPM) and node-jdbc, both of which seem to require an inordinate amount of prerequisites (e.g., getting the right C++ ...
Gary Furash
Mar 13, 2015 at 12:23 am
Mar 30, 2015 at 11:53 am -
Hi, I have a question about the memory used in nodejs When I call process.memoryUsage in a node without any third-party modules, it shows { rss: 11296768, heapTotal: 7195904, heapUsed: 2964776 } I ...
Zidong Jiang
Mar 26, 2015 at 7:04 pm
Apr 1, 2015 at 2:36 am -
Hey everyone! My current project is based on using Express - or connect, still trying out which is better… - and serves a good amount of static files that are likely to not change in a long time ...
Kevin Ingwersen (Ingwie Phoenix)
Mar 27, 2015 at 5:01 pm
Mar 31, 2015 at 11:55 pm -
Hello I am a beginner and struggling with the asynchronous nature of Node.js, could you please give me a hint how to deal with following issue. In my test code below, I do an SQL query. I will get ...
Sinuhe
Mar 24, 2015 at 5:00 pm
Mar 26, 2015 at 7:05 pm -
Hello all! Have you ever done an online radio or video streaming with node.js? I would like to do a project for that, I have a vps on digital ocean and I would like to know some suggestions about how ...
Carlos Carcamo
Mar 22, 2015 at 6:48 pm
Mar 26, 2015 at 7:05 pm -
*I am trying to create an array of Key-Value pairs dynamically with a document from a MongoDB database .* I have posted my question on Stack Overflow but still I can't figure out where I am going ...
Aryak Sengupta
Mar 14, 2015 at 1:17 pm
Mar 15, 2015 at 3:07 pm -
I'm working on a project with Node.js that involves a server. Now due to large number of jobs, I need to perform clustering to divide the jobs between different servers (different physical ...
Farshad P
Mar 5, 2015 at 7:55 pm
Mar 6, 2015 at 4:38 pm -
I am implementing a node backend server for a mobile application. The mobile app connects to the server using an HTTPS link. I have created a .pfx file for this link. The issue is that in the options ...
Joyson D'souza
Mar 30, 2015 at 11:53 am
Apr 6, 2015 at 6:24 pm -
Hi everyone, Im interested on installing the 0.12.0 version of Node.js on a CentOS 6 machine. I have noticed however that through yum, the latest version available is 0.10.33. Given my environment I ...
Henrique Taunay
Mar 26, 2015 at 7:05 pm
Mar 31, 2015 at 11:55 pm -
Hello, I'm trying to override function implementation where original function is part of nodejs module (myMod.js): 'use strict'; function doSomething(req,res) { console.log('internal'); } function ...
MC
Mar 9, 2015 at 3:39 am
Mar 30, 2015 at 10:05 pm -
I try to crawl into website pages. here my sample code , i used stackoverflow just for test i dont want crawl stackoverflow. i this code i want get every link in page and push in an array after that ...
Ali Reza
Mar 28, 2015 at 10:09 pm
Mar 30, 2015 at 4:42 pm -
Hi Everyone, I am a beginner in Node.js. I have been working on some back-end server API that will listen for location information from our client devices and the API will drop a pin on google map ...
Jothi Sankar
Mar 22, 2015 at 3:33 pm
Mar 26, 2015 at 8:03 pm -
Hello All Again, I know this issue been discussed multiple times in multiple places by many people. But quite not able to follow all responses. I am posting the question here ho[ing to get same ...
Anirban Bhattacharya
Mar 17, 2015 at 1:41 pm
Mar 21, 2015 at 2:34 pm -
way to debug javascripts. I have not had the luxury of a corporate based experience and thusly unfamiliar with coding environments. Nodejs encompasses our needs so javascript is the only real need ...
Robert Steckroth
Mar 16, 2015 at 3:40 pm
Mar 19, 2015 at 8:24 pm -
Hi everyone. How can I change source without restart server? I read about nodemon but it restart server when there is any change. I need to change my application on runtime 24/7. Thanks. -- Job ...
Leandro Müller
Mar 6, 2015 at 4:38 pm
Mar 9, 2015 at 2:36 pm -
I have an aplication which is MEAN Stack and then i need some ideas on you guys what is the best strategy-tips to make an successfull login? should i do the rest on back end or together with front ...
Neil Ragadio
Mar 4, 2015 at 1:40 pm
Mar 9, 2015 at 3:39 am -
Hello all. I'm create simple client for burst check web server: var http = require("http"); var req_total = 10, req_per_sec = 30, i = 0; var intervalID = setInterval(function timerik() { i++ ...
Viktor Sidorenko
Mar 26, 2015 at 7:03 pm
Mar 27, 2015 at 5:01 pm -
Am tagging custom properties on NodeJS socket objects. ie, socket.id, socket.someCustomProperty, etc. Like to ask if there's any prohibition imposed on custom property names. Am scared that I will ...
Zhongcai Ng
Mar 24, 2015 at 3:19 am
Mar 24, 2015 at 3:53 am -
Hi, I was just wondering if there is any kind of solution to potential problem of massive amount of packages on npm that are: - old packages that use old apis - packages that are init commit - ...
Edin Mujagić
Mar 23, 2015 at 12:10 pm
Mar 23, 2015 at 12:40 pm -
Hi, I have application with download pdf file buttons. In my application, i need the app to redirect to another api after download finish. I'm doing the following: res.download('myPdfFile', ...
Wajdi Awwad
Mar 12, 2015 at 3:15 pm
Mar 13, 2015 at 1:53 pm -
I have to do some async call in some constructor, like retrieve data from mysql. I'm trying to use Promise to handle the 'async' thing but I find it impossible because: I must return Promise object ...
Louis Sherren
Mar 9, 2015 at 3:39 am
Mar 9, 2015 at 2:36 pm -
Hi, I'm doing a research on event-based X thread-based systems using node.js, but I haven't found many papers on this topic. Does anyone knows where I can find papers about libevent or node.js ? [ ...
Daniel Teixeira
Mar 6, 2015 at 2:57 am
Mar 6, 2015 at 6:37 pm -
Hi, I have two possible requirements :- 1) A local NPM server that I can run on my Windows machine without needing to download and store all NPM packages, that will allow me to override specific ...
Aaron Gray
Mar 3, 2015 at 4:46 pm
Mar 5, 2015 at 9:16 pm -
Hi everyone, I am new to Nodejs and Socket.io. I have worked through a tutorial which describes how both the technologies work together. *The link to the tutorial is this :--- Build a real-time ...
Aryak Sengupta
Mar 3, 2015 at 4:45 pm
Mar 5, 2015 at 2:47 pm -
The 0.4.2 version of the Oracle Database driver for Node.js is now out at: https://github.com/oracle/node-oracledb Node-oracledb is now officially on the NPM registry too ...
Christopher Jones
Mar 29, 2015 at 1:47 am
Apr 2, 2015 at 8:41 pm -
Hi everyone, I am trying to run the GetStream/stream-nodejs <https://github.com/GetStream/stream-nodejs example app of getStream.io . But I am facing the following error. var STREAM_URL = ...
Aryak Sengupta
Mar 31, 2015 at 2:13 pm
Apr 1, 2015 at 8:45 pm -
An easy way to feature your open source contributions on your website or portfolio - http://akshaykumar6.github.io/github-js. Try it!! Please provide some traction by stars. -- Job board ...
Akshay sharma
Mar 30, 2015 at 10:05 pm
Mar 31, 2015 at 1:42 am -
I'm on the way of creating my first very own javascript library (a small client side library, say a stereotypical jquery library (but standalone) like tooltips) However, I'm curios us to how ...
Secretmapper
Mar 30, 2015 at 1:33 am
Mar 30, 2015 at 2:32 am -
Hey. I would like to wait for a file upload to finish before I do anything with it. How is that done best? Kind regards, Ingwie -- Job board: http://jobs.nodejs.org/ New group rules ...
Kevin Ingwersen (Ingwie Phoenix)
Mar 30, 2015 at 2:21 am
Mar 30, 2015 at 2:30 am -
Can't find any updated info on that -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules ...
Игорь Антонюк
Mar 26, 2015 at 7:05 pm
Mar 27, 2015 at 5:02 pm -
Hi All, I would like to add physics concepts (for engineering) to Node.js I want to add some engineering functionality which helps programmers who are using Node.js for Engineering web applications ...
Nelson Joseph
Mar 20, 2015 at 6:04 pm
Mar 23, 2015 at 10:33 pm -
Hi, I'm trying to emit event from serial port 'on data' function but the event doesn't pass through to my implmentation. When I directly call parse function event is emitted correctly. Can you please ...
Krzysztof Rosiński
Mar 20, 2015 at 2:50 pm
Mar 22, 2015 at 9:38 pm -
Hi I am trying to have node communicate easily with a spawned linux executable. The executable is already using stdout, so I need other paths for node- exe and exe- node and which is capable of high ...
New_user
Mar 22, 2015 at 3:33 pm
Mar 22, 2015 at 3:55 pm -
Hi, I am trying to upload an image using bodyparser middleware in Connect. But when i try to print req.files, it is showing undefined. Here is my server code:- conn.use(connect.bodyParser()) ...
Ishan Gupta
Mar 22, 2015 at 3:33 pm
Mar 22, 2015 at 3:55 pm -
Hello, Please suggest me documentation, tutorial or video link that help me get start with Ponte. I know basic Node, I am not from core java script background but I know I can work with it. I have to ...
Niral Kalavadia
Mar 21, 2015 at 2:34 pm
Mar 21, 2015 at 3:09 pm -
Hi there, I'm wondering whether it's possible to backport a35a2f0192f78c762ed1009025e673cf09862d4d from 0.12.x to 0.10.x. There are few reasons "why": 1. There are enterprise REST APIs that prefer to ...
Pavel Strashkin
Mar 18, 2015 at 4:58 am
Mar 19, 2015 at 7:56 pm -
Hi, An application I developed seems to stop sending pages out after a while (see; A few hours) of running. Debugging this is really hard, because it only happens after a few hours -- and I cannot ...
Tony Mobily
Mar 14, 2015 at 2:17 am
Mar 19, 2015 at 3:15 pm -
I'm converting over some automation apps from perl to node. I've run into what I'm sure is me making incorrect assumptions. I have the following function. I load up a json config file that defines a ...
Marc Phillips
Mar 14, 2015 at 2:15 am
Mar 14, 2015 at 6:14 pm -
I have following steps all in one function step 1 - input validation step 2 - building db query for substring search step 3 - query from db - adverts and users (uses the query build in step 2) 1st ...
Ersin Demirtas
Mar 11, 2015 at 5:56 pm
Mar 11, 2015 at 6:03 pm -
I assumed it was possible to send file descriptors or even complete file streams to a child process using child.send(msg, fd) just like network sockets. Unfortunately I just discovered this doesn't ...
Tim Kuijsten
Mar 6, 2015 at 1:30 am
Mar 9, 2015 at 2:36 pm -
I want to build exactly the same node.js as official release. So that it's as same stable and secure as official builds. The configure script provides various options to build node.js. For example, ...
Cong Liu
Mar 5, 2015 at 2:47 pm
Mar 6, 2015 at 1:30 am -
I everyone, I'm making a module to wrap up the module soap. I want to expose a specific but simple API. var myModule = require('myModule'); var webservice = myModule({someOptions: ''}) ...
Aubin Lorieux
Mar 5, 2015 at 2:47 pm
Mar 5, 2015 at 4:29 pm -
I'm trying to use the gulp-mocha module <https://github.com/sindresorhus/gulp-mocha but can't figure out a good way to pass over the compilers flag. Is there a way to include this in my gulp task? ...
Justin Maat
Mar 4, 2015 at 4:32 pm
Mar 4, 2015 at 5:03 pm -
I have the following hash structure with nested key/value pairs. How can I access a particular key and value pair. For Instance,I would like to access FIELDS - UNAME(key) and FIELDS - STRING (value) ...
Masoom Tulsiani
Mar 4, 2015 at 4:09 pm
Mar 4, 2015 at 4:32 pm -
I've been looking at the node documentation quite a bit lately and I wish it were more straightforward. I have a question regarding events that a lot of objects have. for example, the Socket class ...
Chase de Languillette
Mar 1, 2015 at 3:13 pm
Mar 2, 2015 at 2:22 pm
Group Overview
group | nodejs |
categories | nodejs |
discussions | 78 |
posts | 237 |
users | 123 |
website | nodejs.org |
irc | #node.js |
123 users for March 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)