Search Discussions
-
Hello, Can the full html or pdf documentation be provided with every stable Node release for offline viewing? I can save the 'all.html' page from the browser but the index on the side (that lets me ...
Harry
Mar 25, 2016 at 4:04 am
Mar 28, 2016 at 5:41 pm -
Hi Everyone: What is the difference between Node.js API abstraction for payment gateways and Node.js wrapper for payment gateways? URL links are available at https://github.com/ltc-hotspot/42-cent ...
Ltc Hotspot
Mar 20, 2016 at 6:41 pm
Mar 24, 2016 at 2:21 am -
Hello, I have not been able to see the following points addressed in all the online material I have read to date on Node, and so, hope to be enlightened by some very smart and knowledegable folks ...
Harry Simons
Mar 23, 2016 at 5:25 pm
Mar 24, 2016 at 5:06 pm -
Hi, I have been for a few days to install log.io using NPM on several systems that have no access to the internet at all. I used a system with internet access to obtain the following binaries: - node ...
Gilberto Valentin
Mar 6, 2016 at 9:38 pm
Mar 16, 2016 at 7:11 pm -
having built an express REST api got a problem when one of the clients is calling one service with encoding the & to & I do not know how to modify all the request object's properties before is ...
Adrian Albu
Mar 31, 2016 at 7:57 pm
Apr 1, 2016 at 1:50 pm -
hey i want to send some data from my client side webpage (index.html) to nodejs server , how can i send because i cant require any nodemodules on client side to read any file or package ....? -- Job ...
Shikha Gulati
Mar 30, 2016 at 5:22 am
Apr 1, 2016 at 1:49 pm -
On linux I installed sqlite3 <https://github.com/mapbox/node-sqlite3 npm install sqlite3 sqlite3 was installed in the home directory in a folder called "node_modules" however my server dir is ...
NodeNinja
Mar 26, 2016 at 5:47 am
Mar 28, 2016 at 12:42 am -
I'm starting a MEAN project where the node/express server will be a REST api server, only sending json in response to the defined routes. I have one mongodb with several collections and a few client ...
Tim Arnold
Mar 5, 2016 at 3:27 am
Mar 15, 2016 at 12:28 pm -
As I understand it, a package author can un-publish their package on npmjs.com, and somebody else can publish a package with the same name. If I create a package depends on a package from npmjs.org, ...
Chris Hills
Mar 24, 2016 at 2:21 am
Mar 25, 2016 at 11:34 pm -
Hello, I put this in my code: process.on('uncaughtException', function(err){ console.error(err.stack); console.log("Node NOT Exiting..."); }); If I do something like nonExistingFunction(); ,then it ...
William Lin
Mar 17, 2016 at 4:16 pm
Mar 23, 2016 at 2:51 pm -
I am brand new to Node and so far things have gone smooth but I am trying to put some settings in a config.json and use require to load them. My problem is the first time the tool runs the file does ...
Noel Hibbard
Mar 19, 2016 at 6:34 am
Mar 22, 2016 at 6:21 am -
Hi all, error message when match.js is called with insert thanks Eric match.js:53 connection.query('insert into MYTABLE set ' + wREQUEST, function(err, res) { ^ ReferenceError: connection is not ...
Jeg
Mar 19, 2016 at 2:26 pm
Mar 20, 2016 at 6:41 pm -
I am working on a GPS tracking system and have used node js module available for gps tracking. i would like to understand how i can call method from my web interface developed in Php to the node.js ...
Amrit Kumar
Mar 19, 2016 at 2:26 pm
Mar 20, 2016 at 5:20 am -
hi, i'm really struggling to work with Nan and conversions of C++ to V8 types. How would i convert this format ? std::vector<uint8_t data; info.GetReturnValue().Set(Nan::New<v8::String ...
HungryHippo
Mar 17, 2016 at 4:16 pm
Mar 19, 2016 at 2:26 pm -
Hi ,there I am trying to call a c++ function in a DLL or so(linux version), I only got header file, How do I write a C++ addon to call any c++ function. Thanks -- Job board: http://jobs.nodejs.org/ ...
Late close
Mar 2, 2016 at 10:13 pm
Mar 5, 2016 at 3:28 am -
Hi, I use un array with 2 values string1 and string2 string1 is outside request (call before request module) string2 inside request module How can i get my variable string2 using module request I ...
Jeg
Mar 27, 2016 at 9:12 pm
Mar 28, 2016 at 12:41 am -
I'm spawning a child process using spawn-command npm package, i do this when the node server starts and then for every request i read the query value and hit the running child process with stdin. The ...
S.Sai Prashath
Mar 20, 2016 at 5:20 am
Mar 22, 2016 at 6:21 am -
Is there a way to have an audio play over a websocket? As an example, I want to make the sound of a bell on one of the many websocket clients. Is there an easy way to do that? I dont want to have to ...
Ray
Mar 17, 2016 at 4:16 pm
Mar 19, 2016 at 6:34 am -
Hi all, I want to port nodeJS for windows platform can anyone help me how to do that Regards -- Job board: http://jobs.nodejs.org/ New group rules ...
Sweety Kumari
Mar 15, 2016 at 12:28 pm
Mar 15, 2016 at 3:33 pm -
hi all, i'm new to this community! i'm developing a platform to log working hours with nodejs and i wrote this as a startlogging handler: var startlogging = new Array() ...
Phonic Mouse
Mar 9, 2016 at 2:28 am
Mar 9, 2016 at 8:38 pm -
this file is example.js:= module.exports = { dashboarddistance: function(a, b, c, d, callback) { var ds = 0; var distance = require('google-distance'); distance.get({ index: 1, origin: a + ',' + b, ...
Manpreet Gill
Mar 5, 2016 at 3:27 am
Mar 5, 2016 at 4:51 pm -
Hi, I have a sample code which uses superagent. But I need to run this on a platform with limited "require" support. The platform is Tizen IDE for Samsung Gear S2 watch. Since this platform supports ...
ilker Aktuna
Mar 31, 2016 at 7:57 pm
Mar 31, 2016 at 7:57 pm -
I am trying to build an online code editor for my professor - user writes code and submits code to a nodejs process which then uses nodejs's 'spawn' to start a new process. One of the cases is if a ...
Jiten shah
Mar 31, 2016 at 5:35 am
Mar 31, 2016 at 5:35 am -
Hi All, I am looking for an npm package to execute untrusted javascript code. Customers will be allowed to upload code, and this code will be executed in a sandbox. I found the following interesting ...
Siva
Mar 31, 2016 at 2:02 am
Mar 31, 2016 at 2:02 am -
Just released a blog post on implementing access control where I talk about various access control methods and building an actual HRBAC implementation ...
Karl Düüna
Mar 30, 2016 at 6:53 pm
Mar 30, 2016 at 6:53 pm -
Hi all, see the attached function.. Here I am querying database and fetching url traversal data. I am looping through the buckets in result and i am making certain db async calls to fetch title of ...
Vadiraj bidarahalli
Mar 27, 2016 at 9:12 pm
Mar 27, 2016 at 9:12 pm -
Hi, I'm developing a MEAN app. I'm wondering if I made a good choice for this: I deleted my mongodb collection "presidents" and I exposed this express resource in this way router.get('/', ...
Antonio altamura
Mar 26, 2016 at 7:03 pm
Mar 26, 2016 at 7:03 pm -
Hello, I am trying to use kafka-node to produce and send messages. The message is produced via a POST api call. I am following the document https://www.npmjs.com/package/kafka-node I am trying to ...
Tippur
Mar 23, 2016 at 4:12 am
Mar 23, 2016 at 4:12 am -
Hi Everyone: Instead of integrating 'Node.js SDK for Authorize.net payment gateway' ( payment gateway) with an eCommerce platform, can we deploy a single donor web page via an Active Web Form bundled ...
Ltc Hotspot
Mar 22, 2016 at 6:20 am
Mar 22, 2016 at 6:20 am -
Hey all! New to this mailing list, but couldn't see anything that forbid people from sharing what they built so here I am. I recently had the need to try out some different terminal "spinners" ...
Victor Bjelkholm
Mar 16, 2016 at 7:11 pm
Mar 16, 2016 at 7:11 pm -
0
[nodejs] Is node-dbf a safe library to use to read from a .dbf file that is maybe being read from?
Is it safe to use node-dbf with node.js to read from a .dbf file when other are possibly writing to it? I don't understand the locking mechanisms of the dbf file based format considering it doesn't ...Andrew Leer
Mar 16, 2016 at 7:11 pm
Mar 16, 2016 at 7:11 pm -
Ok I'm really frustrated after having spent a week on this without any solution. As an added incentive I have posted on so with a bounty of 250 points Any nodejs experts that might help? ...
Jim Bachalo
Mar 10, 2016 at 7:05 pm
Mar 10, 2016 at 7:05 pm -
Hi INDUS UPDATED HOTLIST SNo Name Technology Experience Location Relocation Recruiter 1 Subash Salesforce Developer 8+ CA YES Shane 2 Sindhu Salesforce Developer 7+ NJ YES Shane/Laura 3 Prathyusha ...
Sharonrechel67
Mar 9, 2016 at 8:38 pm
Mar 9, 2016 at 8:38 pm -
Hi folks. I am using node.js on the server and a product called QT on a Linux client (C++.) The server and client are communicating great using TCP Sockets. I'm trying to figure out the best way for ...
Grant MacDonald
Mar 8, 2016 at 2:23 am
Mar 8, 2016 at 2:23 am -
Hi. I develop json.filed, a library of JSON file on node.js. https://github.com/7k8m/json.filed https://www.npmjs.com/package/json.filed Not only read / write JSON file, but also JSON file processing ...
Tomohito Nakayama
Mar 6, 2016 at 9:38 pm
Mar 6, 2016 at 9:38 pm -
Hi, I am a newbie to node.js from the Java world. In Java and Scala/Akka, I have used filters with Yammer metrics and tracing and Interceptor filters along with json schema validators along with ...
Vijay Balakrishnan
Mar 5, 2016 at 4:51 pm
Mar 5, 2016 at 4:51 pm -
*REDUX + NODEJS?* What u think about that? http://zeucxb.github.io/node-redux/ -- Job board: http://jobs.nodejs.org/ New group rules ...
Zeu Cxb
Mar 4, 2016 at 5:12 am
Mar 4, 2016 at 5:12 am -
Hi, i was trying to connect from node js to db using jdbc. node-jdbc it is running fine and fetching results as well but, after some time(we never know) 12 hours or so, it will stuck up/hang at the ...
SunEasy Vtm
Mar 3, 2016 at 7:42 pm
Mar 3, 2016 at 7:42 pm -
Hello, I am new in nodejs addon, I have a newbie question. I have a class in C++ as following: class CConfigInterface: public IKnown { public: virtual int Load(const char *szFileName) = 0; virtual ...
Late close
Mar 2, 2016 at 10:13 pm
Mar 2, 2016 at 10:13 pm -
Node-oracledb 1.7 is now on NPM. The node-oracledb driver connects Node.js apps to Oracle Database. Release details are at https://blogs.oracle.com/opal/entry/node_oracledb_1_7_0 tl;dr: - New ...
Christopher Jones
Mar 2, 2016 at 2:08 am
Mar 2, 2016 at 2:08 am
Group Overview
group | nodejs |
categories | nodejs |
discussions | 40 |
posts | 95 |
users | 60 |
website | nodejs.org |
irc | #node.js |
60 users for March 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)