Search Discussions
-
In order to keep clean architecture of my node.js microservice I have controllers, services and e.g. repositories. I want a synchronous data flow: controller - service - repository - service - ...
Adam
Oct 21, 2015 at 3:01 pm
Nov 8, 2015 at 4:34 pm -
Hi everyone, I am looking for book or other resources to the internals of node, possibly including chapters on libuv and V8. Put a different way, "one level above reading the source code". (Using the ...
Nikos Vasilakis
Oct 26, 2015 at 8:10 pm
Oct 28, 2015 at 1:39 pm -
I'm trying to persist a string to disk, but every mechanism I've tried loses bits. The string is holding binary data generated by a third-party lib. Searching online has turned up lots of ...
Brian Craft
Oct 19, 2015 at 3:31 am
Oct 19, 2015 at 5:03 am -
In firebug addon for firefox there is a tab named 'Net' which captures all the network calls made when we hit an URL from the browser I can request the URL from code but i am finding ways to capture ...
Prabhu Venkat
Oct 23, 2015 at 12:39 pm
Oct 24, 2015 at 2:57 am -
Say I want to increase it to 5000. Is it worth it? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules ...
Ω Alisson
Oct 16, 2015 at 7:29 pm
Oct 20, 2015 at 2:50 am -
Hi All, Here I have a very newbie question here about how to invoke the functions been defined in external js files. Assume here I have downloaded a js file has 100 functions and lots of global ...
Ginger
Oct 11, 2015 at 4:36 am
Oct 11, 2015 at 4:41 pm -
is there any way to get an event from a net.socket when data is sent? I have an app where I want to hand off a socket to a library, but then for debugging purposes I want to log everything sent or ...
Dave Horton
Oct 30, 2015 at 5:45 pm
Oct 30, 2015 at 8:17 pm -
I need to setup a node.js service that runs on port 443 https, that proxies out to multiple other node.js services that are hosted against differnet ports but all run https. Does anyone have any ...
Siliconplains
Oct 30, 2015 at 3:54 pm
Oct 30, 2015 at 8:17 pm -
Hi, i am using npm module ldapjs for ldap search query and my search query giving me 1000 records and after that i am getting error AdminLimitExceededError: Admin Limit Exceeded but in actual there ...
Khushboo purohit
Oct 26, 2015 at 2:52 pm
Oct 30, 2015 at 1:09 am -
Our company has WebSense installed and using a self-signed root cert, so all my SSL requests going out failed. I fixed the issue by importing that cert into my Java keystore, but how to do this for ...
Jirong Hu
Oct 20, 2015 at 12:40 am
Oct 20, 2015 at 2:50 am -
I setup npm repo in a newly installed local Artifactory:https://www.jfrog.com/confluence/display/RTF/Npm+Repositories. Now can't adduser to npm. C:\OTPPB2015\Workspace\JavaScript\scapegoat npm ...
Jirong Hu
Oct 20, 2015 at 12:40 am
Oct 20, 2015 at 1:36 am -
I am using npm grunt and only have 3 packages that I have installed however in my project, node_modules folder have symlinks to hundreds of other packages (I think are dependencies of the main ...
Steven Ottz
Oct 12, 2015 at 1:40 pm
Oct 12, 2015 at 1:41 pm -
Running Node 4.1.2. Has anyone else had an issue where multiple requests from the client get mangled together? The strange thing is it only appears to happen if the client is IE because Chrome and ...
Michael McGlothlin
Oct 8, 2015 at 7:14 pm
Oct 9, 2015 at 1:19 pm -
I am using memcached node js client. I am not getting the JSON output when performing the get operation on it. Here is my code memcached.get(id, function( err, result ){ if( err ) console.error( err ...
Nithish
Oct 7, 2015 at 2:46 pm
Oct 7, 2015 at 2:54 pm -
Hi I can't run adduser to update a package to npm. I tried multiple times with my old password and try a password reset, and it never works with the same error. Any thoughts? In advance, thanks ...
Ben Big
Oct 6, 2015 at 2:28 pm
Oct 6, 2015 at 2:40 pm -
Using nodejs and express I am trying to write a proxy of sorts, to handle a set of mapped urls in different back end servers. The code is below. It seems to work pretty well. Unfortunately, I have a ...
Nigel Brown
Oct 4, 2015 at 2:30 am
Oct 5, 2015 at 8:58 pm -
1:) How to publish whole project to npm? 2:) How to make our project available globally and generate executable file like in window (.cmd) file in \Roaming\npm folder please help here... -- Job ...
Jayesh sapkale
Oct 5, 2015 at 1:56 pm
Oct 5, 2015 at 2:16 pm -
Ref:https://github.com/nodejs/node/issues/3164#issuecomment-145199629 I know this is not node question.. But want to know what community thinks.. Can I write a full application using current es6 ...
Sathish Kumar
Oct 4, 2015 at 2:30 am
Oct 5, 2015 at 1:56 pm -
may anyone tell me why, when I follow the exact set of steps, when I get to "make" it returns an "error 2"? -- Job board: http://jobs.nodejs.org/ New group rules ...
Samuele poppi
Oct 4, 2015 at 2:30 am
Oct 4, 2015 at 8:52 pm -
Hi, I am a beginner in nodejs application development. I am developing an app for my interest to explore about javascript using nodejs, front-end framework expressjs, socket connection between server ...
Saurabh shankariya
Oct 26, 2015 at 2:51 pm
Oct 26, 2015 at 2:51 pm -
Here is a section of code im using. i can log the result to the browser console and it returns true or false just fine but when i try to use the bootstrap switch to set the state it doesn't work.. im ...
Neil Mueller
Oct 25, 2015 at 2:36 am
Oct 25, 2015 at 2:36 am -
Hi- Just a quick note to say Node is running on the Rumprun Unikernel: https://github.com/rumpkernel/rumprun-packages/tree/master/nodejs Please kick the tyres and feel free to contribute! David -- ...
David Halls
Oct 22, 2015 at 9:03 pm
Oct 22, 2015 at 9:03 pm -
I am learning Nodejs. I want to run two scripts(one is login and another is chat) in URL. When i run *npm start* command then my login page(app.js) is opened up and when i run *node index.js* command ...
Kishor
Oct 21, 2015 at 2:36 pm
Oct 21, 2015 at 2:36 pm -
Tell me please, how to see STOP error? Or this is impossible? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group ...
Alexey Solovey
Oct 20, 2015 at 3:02 pm
Oct 20, 2015 at 3:02 pm -
Hello, I am new to beaglebone implementation. I am creating a java program on beaglebone which will read data sent by Arduino. I have to parse that data and display on web page. Can anyone tell me ...
Ismail vandeliwala
Oct 20, 2015 at 3:02 pm
Oct 20, 2015 at 3:02 pm -
Hi there. I’m a UX designer with Sonatype. We’re currently adding NPM support to the newest version of our repository manager, Nexus 3 <http://www.sonatype.org/nexus/category/nexus-3/ . We’d like to ...
Daniel Sauble
Oct 15, 2015 at 5:32 pm
Oct 15, 2015 at 5:32 pm -
New release for node-firebird <https://www.npmjs.com/package/node-firebird driver with one bug fix and a few improvements : Fix a problem with sequential read (#78 ...
Adrian Marius Popa
Oct 7, 2015 at 2:46 pm
Oct 7, 2015 at 2:46 pm -
Node's REPL features include to refer to the last value as well as a few commands starting with a period [1]. I've found these to really interfere with day-to-day development and experimentation: at ...
Ahmed Fasih
Oct 7, 2015 at 4:47 am
Oct 7, 2015 at 4:47 am -
So I'm new to node js and I'm trying to port over an existing API. This one function I'm working on simply udp queries a remote server and waits for a response, but when I loop a ton of randomly ...
Pdu47
Oct 6, 2015 at 2:28 pm
Oct 6, 2015 at 2:28 pm -
Hi I'm new at node.js and node-red , maybe for this there is simple solution but I could not figured out. I have custom node that is using native node.js package to communicate with Modbus RTU ...
Dalibor Zaric
Oct 4, 2015 at 8:52 pm
Oct 4, 2015 at 8:52 pm -
I have an (SSL) node server (v4.1.1) running that serves a single page application and as part of the application's function it allows users to upload files which are then stored on the local file ...
MookiMoo
Oct 4, 2015 at 2:30 am
Oct 4, 2015 at 2:30 am -
I am developing web application which will process web form submission requests and file uploads requests. I have massive scalability requirement. I will like to use micro service architecture ...
Pikachu
Oct 4, 2015 at 2:30 am
Oct 4, 2015 at 2:30 am
Group Overview
group | nodejs |
categories | nodejs |
discussions | 32 |
posts | 73 |
users | 50 |
website | nodejs.org |
irc | #node.js |
50 users for October 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)