Re: [nodejs] Re: Suggestions on how to print from node.js

2016-02-03 Thread boby rahmawan
To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/f7eac8fd-1fc9-4ed1-8945-96a9a62b760e%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/f7eac8fd-1fc9-4ed1-8945-96a9a62b760e%40googlegroups.com?utm_medium=email_source=footer> > . > For mo

Re: [nodejs] Not able to connect Node.JS Sever using Socket.io in Windows from a Linux System in LAN where client(using C++) is running

2015-09-22 Thread boby rahmawan
Hi Pradyot, would u like to show us your sample code? And the error if any. Thanks On Sep 20, 2015 2:08 AM, "Pradyot Hota" wrote: > Hello Everyone,, > I was going through some projects using Node.JS and Socket.io, Now, i am > doing something similar where i have written a

Re: [nodejs] Install node JS on VPS - help!

2015-09-04 Thread boby rahmawan
Are u install node with root user? On Sep 4, 2015 8:33 PM, "Aria Stewart" wrote: > > On Sep 4, 2015, at 5:45 AM, Kristofer Tryggvason > wrote: > > Hi, > > I'm trying to setup Node JS on my VPS. I've successfully got it running > locally but I can't for

Re: [nodejs] NodeJS clustering

2015-09-01 Thread boby rahmawan
Hi Dirk. May be u can split into child process. So it can split usage resource CPU. CMIIW On Sep 1, 2015 7:27 PM, "Dirk Hoving" wrote: > Hi, > > We are trying to cluster a level deeper than is usual. > > NodeJS seems to developed to be able to run a code than can be

Re: [nodejs] start nodejs express automatically

2015-08-29 Thread boby rahmawan
Hi, Is it like nodemon module? On Aug 29, 2015 9:41 AM, Uomo di Carbone cwc1...@gmail.com wrote: 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:

Re: [nodejs] Newbie Question

2015-08-29 Thread boby rahmawan
Hi Manav, It's depend on your code in program.js . If output of code create a file it'll be, if not it can't. CMIIW On Aug 29, 2015 9:41 AM, MANAV GARG garg.man...@gmail.com wrote: If I type node program.js in my terminal. Where will the file be generated in the computer? I am using Ubuntu

Re: [nodejs] Re: Server is accepting requests but is not responding. There is something hanging up the response.

2015-08-09 Thread boby rahmawan
Hi moacir, is there any socket process not completed to execute? Maybe it can make your server not responding because main program wait the response from socket. On Aug 9, 2015 10:55 PM, zladuric zladu...@gmail.com wrote: Well, in that case, I would say it looks like a memory leak or something.

Re: [nodejs] [ANN] node.js client API for SQL Relay

2015-08-07 Thread boby rahmawan
Great.. Is it can be used with mongoDB? On Aug 8, 2015 2:21 AM, David Muse davidleem...@gmail.com wrote: Hello all, SQL Relay 0.62 was just released, and this release includes a node.js client API. See the release announcement