Search Discussions
-
I bought a book on Node.js since I'm teaching myself backend development, and in this book the author talks about the importance of package.json files. He emphasizes that it's great for keeping track ...
Frank Z
Mar 26, 2014 at 2:49 pm
Mar 28, 2014 at 9:53 am -
Struggling to understand these two technologies and I do enjoy both very much. My question is, do these guys compete? Is dart on the server going to be 'node-like' ? I admit I have been studying ...
Pat Monardo
Mar 2, 2014 at 1:01 am
Mar 5, 2014 at 8:22 pm -
Hi, I am looking for some advice from you guys, how's the market right now for nodejs developers? Any inspirational stories where someone jumped in and was able to break into the freelance market? ...
Gitted
Mar 4, 2014 at 9:53 pm
Apr 24, 2014 at 8:22 am -
I am using node oracle to* connection.execute("SELECT alot of stuff FROM inventory")*. So I took all my original sql files and I put them in a folder. Now I want to use node to read the file contents ...
Bob Spero
Mar 6, 2014 at 9:51 pm
Mar 7, 2014 at 1:12 pm -
Hi group, I'd like to get some feedback on the following flow of publishing nodejs apps in a continuous delivery mode: The flow I imagine is described below. I'm wondering if: - it makes sense to use ...
Patrick Debois
Mar 19, 2014 at 2:32 pm
Mar 24, 2014 at 7:22 pm -
I am practicing node.js with an app that is querying an oracle dB. I got my app to a point where I can pass variables and execute my query statements. Now I want to begin to display the results in ...
Bob Spero
Mar 21, 2014 at 4:21 pm
Mar 23, 2014 at 8:06 pm -
So it turns out that when I do this https.globalAgent.options.ca = lesserKnownCas; It knocks out all of the well-known CAs and then I can't connect to Twitter, Stripe, etc. Is it possible to append ...
AJ ONeal
Mar 7, 2014 at 12:17 am
Mar 8, 2014 at 12:31 am -
Nice day everyone, I did google around and find out some nodejs frameworks such as express, backbone, ember, hapi... I saw its quite fragmented now and causes confused to new dev want to get familiar ...
Duy Nguyen
Mar 22, 2014 at 6:07 am
Mar 25, 2014 at 9:49 am -
Hi, i've been running a reverse proxy (with the http-proxy module) on Node.js 0.10.24 for a while after i migrated from 0.8.22. To my surprise, i again ran into the annoying Error: Can't render ...
Ming
Mar 8, 2014 at 3:16 am
Mar 11, 2014 at 8:06 am -
hi, everybody. i have problem above. i see it when me run script then: var array = []; for (var i = 0; i < 100000000; i++) { array.push(i); } console.log("finish"); console.log(array[2000000]) ...
Le Lee
Mar 7, 2014 at 9:11 am
Mar 10, 2014 at 7:44 am -
Does anyone know if the privKey arg when using crypto.createSign().update(ct).sign(privKey, encoding)<http://nodejs.org/api/crypto.html#crypto_crypto_createsign_algorithm can be a buffer, hex ...
Jas
Mar 3, 2014 at 4:57 pm
Mar 4, 2014 at 3:44 pm -
Hey. I am thinking forth and back about an issue I have. When somebody on windows wants to build nodejs, they need python - and python is all but small (100mb, to build a 20kb file...haha). So I was ...
Kevin Ingwersen
Mar 2, 2014 at 5:43 am
Mar 16, 2014 at 10:46 pm -
Hey guys, I'm working on some semi-large data-sets and I'm attempting to upload them to CouchDB. My logic is fairly simple: * Read the local file as a stream * Pipe to JSONStream and pull out each ...
Miles Burton
Mar 28, 2014 at 1:48 pm
Mar 29, 2014 at 12:55 pm -
Not sure I worded this correctly, forgive me I have only been at this for about two weeks. So I want to begin my client side development and I have seen some cool stuff with JQuery widgets. In my ...
Bob Spero
Mar 22, 2014 at 3:38 pm
Mar 26, 2014 at 10:54 pm -
https://github.com/nodeca/pako I'm glad to say, that "pako" is now officially released. That's a zlib port to javascript, for those guys, who need inflate / deflate / gzip / ungzip in browser. Of ...
Vitaly Puzrin
Mar 15, 2014 at 6:10 pm
Mar 20, 2014 at 11:43 am -
I am hoping for someone to point me in the right direction (examples, info) on how best to handle the need for some processor heavy computations that might best be executed with C++ math libraries ...
Andy Zelinski
Mar 16, 2014 at 5:47 pm
Mar 18, 2014 at 11:09 pm -
Is there a way to construct a transform pipe such that it can receive multiple chunks before calling everything back? It would be something like the following: _transform = ...
Jeremy Hubble
Mar 4, 2014 at 7:45 pm
Mar 7, 2014 at 1:34 am -
Hi, So i'm having problems with my architecture of my node application, I know the problem, I'm just trying to find the best solution. My problems is exactly the same as ...
Scrfhack
Mar 25, 2014 at 12:50 pm
Mar 27, 2014 at 9:38 am -
can i implement a arp request with the the Raw-socket module? Quarta-feira, 9 de Novembro de 2011 20:46:17 UTC, Zoltan Lajos Kis escreveu: -- -- Job Board: http://jobs.nodejs.org/ Posting ...
Nuno Barros
Mar 19, 2014 at 10:10 am
Jul 20, 2015 at 11:16 am -
Hi, Do you know of any documentation(s) about how domains are implemented in Node.js? In particular, what changes were introduced in Node.js and the underlying Google V8 engine (if any) for the ...
Ming
Mar 31, 2014 at 3:27 am
Apr 1, 2014 at 8:21 am -
We set up a private NPM repository with some success: * the repository seems to work fine * it is possible to publish packages into the repository * it is possible to install packages from the ...
Matthias Bleyl
Mar 29, 2014 at 10:29 pm
Mar 30, 2014 at 11:46 pm -
We at Plotly have just released our Streaming API (our infrastructure is 100% Nodejs) and are looking for feedback. Check out this example<https://plot.ly/~streaming-demos/6/ to see what our realtime ...
Postlethwaite
Mar 25, 2014 at 4:28 pm
Mar 29, 2014 at 10:09 pm -
So i have a node app and I have the following: var options = { key: fs.readFileSync('./server.key'), cert: fs.readFileSync('./server.crt') }; This only works if I run the app from these 2 files are ...
Reza Razavipour
Mar 28, 2014 at 5:41 pm
Mar 28, 2014 at 5:53 pm -
*contents of "sensor1_class.js"* var Sensor1 = function(){ this.distance = 0; getDistance: function (){ return distance; } }; module.exports = Sensor1; *partial contents of "server.js"* var sensor1 = ...
Fm3391
Mar 27, 2014 at 9:53 am
Mar 27, 2014 at 11:25 am -
I have a https server and a https client, both with node. I want to send many https requests to the server but all over the same SSL connection. I tried to create a https agent like this: var myAgent ...
D Hostettler
Mar 24, 2014 at 2:28 pm
Mar 26, 2014 at 9:11 am -
I've recently posted a prototype of this project; feedback appreciated... https://github.com/networkimprov/lode *lode brings C/C++ libraries to Node.js applications* Copyright 2014 by Liam Breck * ...
Liam
Mar 25, 2014 at 12:47 pm
Mar 25, 2014 at 6:05 pm -
Is anyone familiar with this package https://github.com/joeferner/node-oracle<https://github.com/joeferner/node-oracle ? It is the plugin that allows you to interact with oracle. On the website it ...
Bob Spero
Mar 14, 2014 at 9:10 am
Mar 14, 2014 at 10:55 pm -
I work on a express.js connect and node server. The client is done using AngularJS and it will to make calls to number of different backend node servers. Based on my reading and understanding of ...
Reza Razavipour
Mar 12, 2014 at 6:22 pm
Mar 13, 2014 at 8:10 am -
I am trying to create a utility that will read the select statements from the raw sql files, putting them in a string and executing the connection.reader. with something like var reader = ...
Bob Spero
Mar 7, 2014 at 5:32 pm
Mar 8, 2014 at 4:39 am -
Do you need packages and modules in browser? With require.js you can "define" and "require" something (AmdJS spec) in 15kb. Need run node.js in browser? r.js implement it in 1007kb based on ...
Simeon Chaos
Mar 7, 2014 at 6:56 am
Mar 7, 2014 at 10:34 pm -
I am running NodeJS on my Beaglebone Black. I am also running an Apache web server on my PC. The goal is to serve up a page(s) on the Apache server that can send socket.io messages to the ...
Fm3391
Mar 6, 2014 at 2:59 am
Mar 7, 2014 at 6:43 am -
From CERT: ....Multiple unspecified vulnerabilities in Google V8 before 3.23.17.18.... We're preparing to deploy node apps in our production environment, and we need to be able to address security ...
Charles Shuller
Mar 24, 2014 at 1:29 pm
Apr 2, 2014 at 2:46 am -
How to retrieve file, commit etc. info from bare git repo? When I have created a git server using git init --bare command there are branches/ config description HEAD hooks/ info/ objects/ refs/ ...
Ashutosh Das
Mar 30, 2014 at 3:18 pm
Mar 30, 2014 at 3:37 pm -
We are searching for Node.js pros for Back-End, Front-End, DevOps, and QA Engineers for rapidly growing major financial platform. This is a "Silicon Valley" quality company located in the affordable ...
Andrew Angle
Mar 28, 2014 at 5:29 pm
Mar 29, 2014 at 11:47 pm -
Hi guys, I'm wondering is there anyway or if it possible at all to send data directly from node.js server to Arduino or Espruino board (via mobile phone service, Wi-Fi, etc.). If yes or possible, how ...
Ket
Mar 21, 2014 at 1:55 am
Mar 22, 2014 at 3:21 am -
Hey guys. Is there a way that I could send a question directly at the nodejs developers? I asked twice for something rather deep about nodejs, but got no help here, so I was tempted to mail the devs ...
Kevin Ingwersen
Mar 11, 2014 at 6:51 pm
Mar 12, 2014 at 12:36 pm -
Hi. I have RepoA and RepoB which both contain a package.json. RepoA is my 'library' that I want to use in a set of other projects. All my code is written using CoffeeScript, and I am using Gulp to ...
Tom
Mar 5, 2014 at 9:18 am
Mar 6, 2014 at 3:15 am -
I'm developing a simple app which uses msfnode library<https://github.com/eviltik/msfnode/blob/master/metasploitJSClient.js that is a metasploit RPC client, so it connects through websockets. This is ...
Daniel T
Mar 4, 2014 at 8:57 pm
Mar 5, 2014 at 4:11 pm -
I test my application, but running about 1 hour, the program is crash , and gerated a core file. and out put 'FATAL ERROR: CALL_AND_RETRY_2 Allocation failed - process out of memory' error message. I ...
陈小军
Mar 4, 2014 at 1:58 am
Mar 4, 2014 at 9:18 am -
Hi, I'm working on a Socket.IO server and I've noticed that after a couple hours, the memory usage of the process starts growing from ~500 MB to the maximum of 1.4 GB. When I inspect the memory usage ...
Alexander Overvoorde
Mar 28, 2014 at 12:11 pm
May 8, 2015 at 1:46 pm -
Jeff, My company is running into the size issues you have cited. I know this is an old thread, but I am wondering if you have ever resolved this with something like npm dedup We currently have a 300 ...
Tony Tam
Mar 10, 2014 at 4:37 pm
Apr 2, 2014 at 5:14 pm -
Hi, I'm looking for the person behind node-control. I wanted to make a PR and leverage what he wrote there for our purpose, and after submitting it I saw that the project is standing for a couple of ...
Osher Filter
Mar 30, 2014 at 2:32 pm
Mar 30, 2014 at 3:08 pm -
We implemented a internal Node application which has to be deployed to a number of devices(machines). We decided to use NPM for the automated software deployment. Because it is an internal ...
Matthias Bleyl
Mar 29, 2014 at 6:56 am
Mar 29, 2014 at 1:06 pm -
*Hi,* *My file contain data as follow:* Console.log("aliakhtar"); *I used fs module of node.js to get file data in a variable .* var doc = fs.readFileSync(path1, encoding='utf8'); console.log(doc) ...
Ali Akhtar
Mar 26, 2014 at 7:18 pm
Mar 27, 2014 at 1:46 am -
Sir, I have been working with an web application in PHP. After coming to know about node js and its flexibility i want to write few functionalities in Node js and integrate with php for my app. Can ...
Sridhar Reddy
Mar 24, 2014 at 7:23 am
Mar 24, 2014 at 9:39 am -
Hello. http://nodejs.org/docs/v0.11.10/api/process.html#process_process_stdin says "The stdin stream is paused by default, so one must call process.stdin.resume() to read from it" But I try this code ...
Q2dg2b
Mar 20, 2014 at 6:32 pm
Mar 20, 2014 at 10:14 pm -
Hi, I have been using node ffi for various libraries but today I am facing an unexpected difficulty. Here is a simple C function that takes as parameter a pointer and allocates memory for that ...
Gilles Gerlinger
Mar 18, 2014 at 7:21 am
Mar 18, 2014 at 7:48 am -
Hello, I'm learning programming on NodeJS, it's my first back-end experience. I have a small problem. I created class (module) Database, which manages connection and queries to a database, here is ...
Evgeny Nepomnyashchiy
Mar 16, 2014 at 2:18 pm
Mar 16, 2014 at 10:55 pm -
So I am trying to implement node-login by Stephen Braitsch. It can be found here: https://github.com/braitsch/node-login I've installed it and it seems to work just fine if I browse to localhost:8080 ...
Ray Jender
Mar 12, 2014 at 1:22 am
Mar 14, 2014 at 1:09 am -
am designing a new real-time auction web application, similar to ebay but more specialized. From initial research I feel that a solution based on Node JS/Express JS/Redis or MongoDB would work well ...
Alma
Mar 8, 2014 at 4:12 am
Mar 8, 2014 at 7:10 am
Group Overview
group | nodejs |
categories | nodejs |
discussions | 113 |
posts | 463 |
users | 196 |
website | nodejs.org |
irc | #node.js |
196 users for March 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)