Search Discussions
-
I've been struggling with this for a few days. We've obtained an ECC certificate using the following openssl routines: openssl ecparam -genkey -name secp521r1 | openssl ec -out ec.key openssl req ...
Eugene Williams
Apr 21, 2016 at 8:22 pm
Apr 26, 2016 at 8:16 pm -
Hi, I'm working on this (native) WebSocket server project: https://github.com/alexhultman/uWebSockets. It supports transferring connections from the built-in Node.js http.Server to the addon, letting ...
Alex Hultman
Apr 14, 2016 at 11:07 pm
Apr 21, 2016 at 12:44 am -
Hi, I'm working on my side project using FeathersJS(feathersjs.com) framework. As design I need to create full text Search service, can anyone share your experience which Search engine is good for ...
Duy Nguyen
Apr 17, 2016 at 1:30 pm
Apr 20, 2016 at 8:18 pm -
Hello, I am new to node.js I am trying to use the module UTF-8-Validate to check a simple test buffer. https://www.npmjs.com/package/utf-8-validate However I am not sure how to call the function ...
Bryon Trott
Apr 21, 2016 at 8:22 pm
Apr 26, 2016 at 4:33 pm -
Hi, Created a custom winston logger. It works fine logging to console and file. However, all my log messages are printed once at the beginning of the code instead of wating step by step to execute ...
Vasavi Kaza
Apr 5, 2016 at 2:55 am
Apr 6, 2016 at 5:47 pm -
Hi, I'm streaming data using the following data flow: Source(Database) - Transform (An HTTP request) - Sink(Database) Obviously the HTTP request task is a blocking task. At the moment, it seems the ...
Kayode Odeyemi
Apr 26, 2016 at 4:33 pm
May 1, 2016 at 2:04 am -
Hello everyone , I am trying to retrieve data from a REST API in the server side (*.js) and display it in my view (*.jade) I was able to get the data but was not able to send it to the view . This is ...
Sirine Ibn Fraj
Apr 27, 2016 at 3:05 pm
May 1, 2016 at 2:04 am -
Attempting to call from c++ to v8 using async.c using Nan::New<v8::String () I keep ending up with the following abort. void EventConnectedAsync(uv_async_t *handle) { if (!EventConnectedCB.IsEmpty()) ...
Stephen James
Apr 23, 2016 at 8:59 pm
Apr 25, 2016 at 9:27 pm -
What's the proper way to disable "early TLS" (TLS 1.0) in node? Apparently this is now required for PCI compliance on new websites - see ...
Arthur Blake
Apr 14, 2016 at 11:08 pm
Apr 19, 2016 at 12:43 am -
Hello, I am using the Node request module from inside the Node shell to submit a login form via an HTTP POST. If the login is successful, the server redirects to a 'home' page (with an HTTP GET). The ...
Harry
Apr 17, 2016 at 4:00 am
Apr 17, 2016 at 3:44 pm -
I have node js application i can access the http domain from node js but i got open ssl error while accessing https domain .Any idea for this? -- Job board: http://jobs.nodejs.org/ New group rules ...
Alappan K
Apr 15, 2016 at 6:30 pm
Apr 15, 2016 at 7:23 pm -
Hi, I am very new to Nodejs and frontend development. I am trying to trace and debug grunt task NOT found problem. Instead of putting console.log all over the place, is there a better way/tool to ...
E t
Apr 8, 2016 at 6:06 pm
Apr 10, 2016 at 9:03 pm -
Hi i like node and use it for async io and i'm thinking to expand its usage to more traditional web site such as forum and other social things. Potential problem is that due to its single thread per ...
Benj
Apr 16, 2016 at 8:38 pm
Apr 16, 2016 at 11:50 pm -
I am a novice on MEAN stack. On Microsoft platform I have used VSTS/TFS for managing whole SDLC. What is the suggested project lifecycle environment for MEAN code? It needs to include source code ...
Pravin Joshi
Apr 10, 2016 at 9:02 pm
Apr 14, 2016 at 11:08 pm -
The goal is to deliver files with a nodejs http server. The *problem* is the *transmission* from the server response to the *browser*. I deliver a string as content as shown in program code. VPS ...
Sebastian Ühlin
Apr 27, 2016 at 2:09 pm
Apr 27, 2016 at 2:09 pm -
Hi there, I am going to do multiplayer card game(such as pokerstars poker or any other multiplayer card type) with node.js, socket.io, express. I have made game server & client and lobby server & ...
Tommi Kiri
Apr 27, 2016 at 2:09 pm
Apr 27, 2016 at 2:09 pm -
Hello folks, me and my team opensourced this bookshelf plugin to handle logical exclusions in the database. Any feedback is appreciated. https://github.com/estate/bookshelf-paranoia -- Alan ...
Alan Hoffmeister
Apr 26, 2016 at 8:16 pm
Apr 26, 2016 at 8:16 pm -
Hi, I wanted to use Url (https://nodejs.org/api/url.html) in order to parse a string url and then be able to change/add some query parameters. But when I try to change my URL object with ...
Christophe HOARAU
Apr 26, 2016 at 3:04 pm
Apr 26, 2016 at 3:04 pm -
Hi, I need to implement pg-migration module in my project and npm site doesn't given sufficient information. https://www.npmjs.com/package/pg-migration Done below steps based on above link 1 ...
Mahesh Babu
Apr 25, 2016 at 9:27 pm
Apr 25, 2016 at 9:27 pm -
Hi Node Community, I am new to NodeJS - just purchased this book <https://pragprog.com/book/jwnode/node-js-the-right-way [NodeJS the Right Way]. The book seems very much out of date as I am ...
Chrisprogramsnothing
Apr 25, 2016 at 9:27 pm
Apr 25, 2016 at 9:27 pm -
Hello, i am not a node experienced developer neither and angular so i am facing the following problem: i am building an app to create poststickers so i want to list only the notes of the current user ...
Cristiano Carvalho
Apr 24, 2016 at 3:42 pm
Apr 24, 2016 at 3:42 pm -
Hi folks. Primarily, sorry my bad english. rsrsrs I have a little problem. This works well: models.AgileBoardColumnModel.belongsToMany(models.TaskModel, { as: 'tasks', through ...
Eric Alves da Rocha
Apr 20, 2016 at 8:18 pm
Apr 20, 2016 at 8:18 pm -
hi i install node js and i install bower globally successfully. when i trying to install jquery on locally it is showing error bower:command not found Ex bower install jquery bower:command not found ...
Aaron a
Apr 19, 2016 at 4:33 pm
Apr 19, 2016 at 4:33 pm -
hello, Errorable 0.3.0 has been released. It added some new features to make error handling much easier. Here are some of it's features, hope it will be useful for you. 1. enabled stack trace 2 ...
李白|字一日
Apr 15, 2016 at 6:30 pm
Apr 15, 2016 at 6:30 pm -
http get request to an external url is working fine on local system but gives 404 Pae not found on Amazon Linux AMI(ec2). -- Job board: http://jobs.nodejs.org/ New group rules ...
Asdf
Apr 14, 2016 at 11:08 pm
Apr 14, 2016 at 11:08 pm -
Buffer.readUInt32LE(5); Buffer.readUInt32LE(); In that example the buffer offset should now be set to 13. On the first read I am setting the offset to 5 and reading 4 bytes leaving the offset at 9. ...
Noel Hibbard
Apr 14, 2016 at 11:08 pm
Apr 14, 2016 at 11:08 pm -
Hi folks. I am using Formidable to upload files from the client to a Node.Js server and it works great. I would like to send the progress of the upload back to the client. The form.on('progress'.. ...
Grant MacDonald
Apr 12, 2016 at 4:37 pm
Apr 12, 2016 at 4:37 pm -
is there a way to stop the cluster module from passing the debug flags to its child processes? I don't want the child processes to wait for the debugger to attach. -- Job board ...
Shawn Feldman
Apr 12, 2016 at 4:37 pm
Apr 12, 2016 at 4:37 pm -
I'm trying to block the access to read, write and delete a file for all users in both Ubuntu and Windows with Node.js. In Ubuntu, I can do it with fs.chmodSync(file, 0000), but it doesn't work on ...
Alejandro Sánchez Gómez
Apr 10, 2016 at 9:03 pm
Apr 10, 2016 at 9:03 pm
Group Overview
group | nodejs |
categories | nodejs |
discussions | 29 |
posts | 79 |
users | 46 |
website | nodejs.org |
irc | #node.js |
46 users for April 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)