Search Discussions
-
It’s been a few weeks since I started trying to solve this problem, but I still haven’t figured out a possible solution. The issue is that my server accepts requests and responds to them normally in ...
Moacir Braga
Aug 7, 2015 at 3:51 pm
Aug 13, 2015 at 10:10 pm -
Hi All, I am testing cluster in node, and i had a question regarding that which i posted @ http://stackoverflow.com/questions/31934358/nodejs-worker-disconnect-not-working-as-expected This is the ...
Kiran Ravuri
Aug 12, 2015 at 7:39 pm
Aug 18, 2015 at 4:07 am -
We use OneLogIn for SSO and also SalesForce. We would like to have a single auth service that will take care of authentication and authorization to all our apps. Is this diagram looks like a good ...
Josh
Aug 4, 2015 at 2:53 am
Aug 6, 2015 at 4:04 pm -
If I type node program.js in my terminal. Where will the file be generated in the computer? I am using Ubuntu 15 -- Job board: http://jobs.nodejs.org/ New group rules ...
MANAV GARG
Aug 29, 2015 at 2:41 am
Sep 8, 2015 at 6:26 pm -
I would like to present a microframework in Node.js called Elet which was inspired by CakePHP framework. It helps in building web applications simpler and require less code. Please check ...
Justin John
Aug 9, 2015 at 3:55 pm
Aug 10, 2015 at 2:01 pm -
Does anyone work on a large nodejs project with a decent sized team where code source branching problems and re-merging becomes a problem? Where multiple people touch the same relative code area, and ...
Carl Swanson
Aug 29, 2015 at 2:42 am
Sep 9, 2015 at 2:36 am -
Hi All, I am new to Node.js. What is the exact meaning of non-blocking I/O operation in Node.js. Is that only for the whole process of one client request, or it is used in the thread of Node.js. The ...
Xiao
Aug 18, 2015 at 4:07 am
Sep 8, 2015 at 6:26 pm -
I am currently running express on an Rpi at: http://111001.cc Is there a way to make it part of rc ? sudo update-rc.d vsftpd defaults I would like to start the service and have is run automatically ...
Uomo di Carbone
Aug 29, 2015 at 2:41 am
Aug 31, 2015 at 8:32 pm -
I am not a programmer and never claimed to be one.. I just read and read and read.. trying to learn and understand.. but for some reason I am not sure I am understanding how this works... if someone ...
Jps birdzbeez
Aug 18, 2015 at 3:49 pm
Aug 20, 2015 at 12:08 am -
Hi, I am writing a C++ module for node. I have a JS callback registered which will receive regular callbacks with binary data (audio data). My C++ to call the callback looks a bit like ...
Andy C
Aug 13, 2015 at 10:09 pm
Aug 18, 2015 at 4:07 am -
So im trying to write a simple script to download Steam's master server list. The code I have works on Windows but not on Linux (debian latest, ubuntu latest and centos latest). I have no clue why ...
Matthew McConnell
Aug 4, 2015 at 2:53 am
Aug 6, 2015 at 4:04 pm -
I'm getting a bit frustrated with using node-inspector with Chrome. I quite often come across an anomaly while debugging ("how did that value get there?", "why isn't that value there?", you know the ...
John English
Aug 4, 2015 at 1:12 pm
Aug 5, 2015 at 2:34 pm -
I'm writing a cli to run on node. I'm going to distribute it using npm. I really like Chrome/Firefox's model of automatic updates. Would it be a bad idea to simply call the following on startup, or ...
Kevin Chavez
Aug 29, 2015 at 2:42 am
Aug 30, 2015 at 6:29 pm -
Is there a way to add nodejs express to rc similar to adding vsftp to rc? sudo update-rc.d vsftpd defaults I'm running nodejs with express on port 80 using Debian on an Rpi -- Job board ...
Uomo di Carbone
Aug 29, 2015 at 2:41 am
Aug 30, 2015 at 5:33 am -
I've been having this problem with my production servers, haven't been able to replicate it with any other environment and it has be scratching my head daily. About every hour or so, any and all ...
Mike Roberts
Aug 10, 2015 at 8:58 pm
Aug 11, 2015 at 7:05 pm -
Hello all, SQL Relay 0.62 was just released, and this release includes a node.js client API. See the release announcement <http://software.firstworks.com/2015/08/sql-relay-062-is-out.html and SQL ...
David Muse
Aug 7, 2015 at 7:21 pm
Aug 11, 2015 at 4:11 am -
AlsoI created a simple test.js file inside NodeJS project, not sure where to start I would also like to create app as per attached, with form validation and dropdown from JSON file , once submitted, ...
Sebastian M Cheung
Aug 6, 2015 at 4:04 pm
Aug 7, 2015 at 5:00 am -
HI, I am sending the data as application/json having image file and i am using skipper-gridfs node module to store it in mongo database directly which works fine .But before storing I need to check ...
Soorya Prakash
Aug 30, 2015 at 4:59 am
Sep 12, 2015 at 1:43 am -
Hi All var commandStart='echo $0;cd '+self.item.dir; var command=';make '+self.item.name; var commandEnd=''; var child = spawn(xtermPath, ['-geo', '160x60-10-500', '-hold', '-e', '/bin/bash -x -c -i ...
Peter Cheung
Aug 30, 2015 at 4:59 am
Sep 4, 2015 at 5:38 pm -
Hi All, I am the author of the raw-socket module at: https://www.npmjs.com/package/raw-socket I've noticed that there are now a few fork's of this module which have been published to npm ...
Stephen Vickers
Aug 29, 2015 at 2:41 am
Sep 2, 2015 at 8:06 pm -
So I'm reading the book Node.js high performance on the page where the subject is Seperating your code and it says: "Again, you should always split your code into smaller parts. Node.js helps you do ...
Bryan rasmussen
Aug 31, 2015 at 8:09 pm
Aug 31, 2015 at 8:30 pm -
Hi. I am trying to install it with this command: npm install express ioredis socket.io --save In return, I get the following error screen: I am running windows 8.1. gyp ERR! stack Error: Can't find ...
Osher Dukarker
Aug 30, 2015 at 4:58 am
Aug 31, 2015 at 4:50 am -
Hi, Just tried to benchmark a simple dns lookup server with NodeJS and the results turned me down. I've heard NodeJS is good when dealing with heavy IO bound application, but my server only serves 20 ...
Anymcoder
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 3:57 am -
Hello All, I have encountered this problem , I ask you how to solve it get an error on console, says: " SyntaxError: expected expression, got '<' SyntaxError: expected expression, got '<' <!DOCTYPE ...
Shailendra Sen
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 3:57 am -
Hi everyone Apologies for the really basic question, but I've inherited a Node app and as far as building the runtime and installing Express I'm a bit stuck. Is there any config file containing ...
John Gardner
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 3:57 am -
I'm actually creating a Nodejs application which I tested for my pc and it works very well.When I cross compile it for ARM architecture and I run node app.js I got this error: module.js:356 ...
Hmidi Slim
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 3:57 am -
Hi all, I was doing the "HTTP COLLECT" tutorial that comes with Node.js. I originally had a loop to keep doing http.get() until it came back error or end, but later removed the loop and it still ...
Steve Litt
Aug 20, 2015 at 1:51 am
Aug 29, 2015 at 2:41 am -
I have a TCP Server written in node. It accept socket connections, gets requests and send response. I use standard socket events like 'data' (to read from socket), 'error', 'end', 'drain' and use ...
Ourtidbits
Aug 15, 2015 at 1:09 am
Aug 19, 2015 at 12:37 am -
Hi , I am getting below error when i try to data from redshift with the below mentioned code Code: var jdbc = new ( require('jdbc') ); var config = { libpath ...
Naga Sai A
Aug 14, 2015 at 8:16 pm
Aug 14, 2015 at 8:16 pm -
Hi , How to get the layout structure of filemaker layout in node? I need a layout/table fields and its types . Is there any way to get these in node.js ? Please help me Thanks, -- Job board ...
Annas
Aug 13, 2015 at 10:10 pm
Aug 14, 2015 at 1:33 pm -
After adding express-validator, the app slows down dramatically: why is that? // mongoose config require('./database'); var express = require('express'); var path = require('path'); var favicon = ...
Sebastian M Cheung
Aug 9, 2015 at 7:37 pm
Aug 13, 2015 at 1:20 am -
Hi, Please see the attcahed error that I faced while installing protractor from node js. I am using windows 8 and node js installation was successful. However, when I installed "Protractor" i got the ...
Mohit Daber
Aug 11, 2015 at 3:17 am
Aug 11, 2015 at 4:43 am -
Hello I am a newbie to NodeJs. I would like to know how a typical NodeJs application will be deployed. Will the application be deployed in other web-servers like Apache Tomcat? Or the the NodeJs's ...
Sankaran Kozhissery
Aug 10, 2015 at 2:01 pm
Aug 10, 2015 at 8:57 pm -
I'm relatively new to node.js and I have a question about compiling node.js with additional native module. Is there a way to integrate an addon to node.js so that it is ready for use after compile? ...
Hai Phan
Aug 3, 2015 at 2:30 pm
Aug 5, 2015 at 9:17 pm -
I am seeing weird behavior under load when a stream will emit a data event with a string when it normally hands me a buffer. Any ideas on this? -- Job board: http://jobs.nodejs.org/ New group rules ...
Derek Collison
Aug 4, 2015 at 4:38 am
Aug 5, 2015 at 12:16 am -
when I run node-gyp build I got these error messages: gyp info it worked if it ends with ok gyp info using <span class="m_body_email_addr" title="43cd8db320632edd1ce12fcf95e583a2" ...
Arrow Man
Aug 1, 2015 at 7:52 pm
Aug 3, 2015 at 1:34 am -
Hello! I'm trying to learn Node.js along with Express by making from scratch a simple blog with basic cms. For that, I'll be needing an admin panel where I can add new posts, see basics information ...
Maciej M.
Aug 30, 2015 at 9:12 pm
Aug 30, 2015 at 9:12 pm -
I'm trying to debug a weird issue where I'm creating Transform streams (using through2) and at some point the Writable inheritance breaks because `this` is no longer an instanceof Duplex ...
Matthew Phillips
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 2:42 am -
This might prevent someone else from taking a lot of time to discover it. I learned it the hard way. When you're using var rl = readline.createInterface(instream, outstream); , you use ...
Steve Litt
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 2:42 am -
I need to convert one 0.10 node add-on to 0.12 and struggle with Persistent <Function conversion. Here are my baton structs struct ClientBaton { uv_work_t request; Persistent<Function callback ...
Srdjan Boskovic
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 2:42 am -
I'm using the latest node.js on windows 8.1 64bit. I'm sending data from a java client to my node.js tcp server: net.createServer().listen(12345, '127.0.0.1').on('connection', function(socket) { ...
Jonas
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 2:42 am -
Hello, I have two files : * server.js which is my main app : /** * Created by IOSoftwareSAS on 25/08/15. */ var loopback = require('loopback'); var boot = require('loopback-boot'); //SSL configuation ...
Philippe Corrèges
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 2:42 am -
I'm using the latest node.js on windows 8.1 64bit. I'm sending data from a java client to my node.js tcp server: net.createServer().listen(12345, '127.0.0.1').on('connection', function(socket) { ...
Jonas
Aug 29, 2015 at 2:42 am
Aug 29, 2015 at 2:42 am -
node-oracledb 1.0.0, the Oracle Database driver for Node.js, is now out. Home page: http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html Release details are at ...
Christopher Jones
Aug 18, 2015 at 4:07 am
Aug 18, 2015 at 4:07 am -
Hi all, I am using the Node.js as a web server proxy. All the job of my Node.js application is forward the web request to back-end web service and then post back the response. According to my ...
Xiao
Aug 18, 2015 at 4:07 am
Aug 18, 2015 at 4:07 am -
New release for node-firebird <https://www.npmjs.com/package/node-firebird driver with Improved <https://github.com/hgourvest/node-firebird/pull/74 Pool Management : More efficient Pool destroy ...
Adrian Marius Popa
Aug 12, 2015 at 7:39 pm
Aug 12, 2015 at 7:39 pm -
nodejs-driven VoIP, anyone? https://github.com/davehorton/simple-sip-proxy is a basic sip proxy that can be used for load-balancing calls across a bank of freeswitch servers (or the like). As the ...
Dave Horton
Aug 6, 2015 at 6:14 pm
Aug 6, 2015 at 6:14 pm -
Unfortunately, the real issue is that if your addon uses dlopen to load a module, said module won't see symbols from your addon because the addon is loaded with RTLD_LOCAL scope. I like the approach ...
Ilya Usvyatsky
Aug 4, 2015 at 2:41 pm
Aug 4, 2015 at 2:41 pm -
Hello, I'm using node-red, and i have to display message from an mqtt broker in a browser, what i have now is messages in a specific topic with format JSON, how can i get them with server node-red ...
Farhane karim
Aug 3, 2015 at 3:22 pm
Aug 3, 2015 at 3:22 pm -
Hi All, I am using mongojs for image upload , in the front end am using angularjs . I am able to find examples using mongoose , but unable to find any good docs on mongojs image upload . Can anyone ...
Ankit Gupta
Aug 3, 2015 at 2:30 pm
Aug 3, 2015 at 2:30 pm
Group Overview
group | nodejs |
categories | nodejs |
discussions | 50 |
posts | 135 |
users | 82 |
website | nodejs.org |
irc | #node.js |
82 users for August 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)