[nodejs] socket.IO, Express3 and child_process

2013-02-11 Thread Suraj Singh Thapa
If any one have sample example of socket.IO Express3 child_process please suggest me. Thanks in advance, Cheers -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscri

Re: [nodejs] Re: Need advice, STDOUT and STDERR of child_process asynchronously rander to index page

2013-02-10 Thread Suraj Singh Thapa
the > code inside a function and export that. > > -- > Martin Cooper > > > On Sun, Feb 10, 2013 at 3:28 PM, Suraj Singh Thapa > > > wrote: > >> Thanks nicolas, >> >> I wanted to get the output of child_process to index page so, >> &g

[nodejs] Re: Need advice, STDOUT and STDERR of child_process asynchronously rander to index page

2013-02-10 Thread Suraj Singh Thapa
; > ls.stderr.on('data', function (data) { > console.log('stderr: ' + data);}); > > ls.on('exit', function (code) { > console.log('child process exited with code ' + code);}); > > > On Friday, February 8, 2013 6:01:30 PM UTC-8,

[nodejs] Need advice, STDOUT and STDERR of child_process asynchronously rander to index page

2013-02-08 Thread Suraj Singh Thapa
Hi, * I have been exploring Node, Express and chiild_process since last few days. I have a static module with data (some array) which now I know how to show it to index page. * I can launch linux command and gets its output/error using chile_process. Now I need to know, How can I constantly

Re: [nodejs] Node web interface to execute and handle the Perl & Shell backed process.

2013-01-08 Thread Suraj Singh Thapa
in up a new process or call another script for it, i.E. we call > imagemagick for resizing images in our service via child_process. > > you have to go through your scripts and answer this questions. > > Am Dienstag, 8. Januar 2013 03:39:25 UTC+1 schrieb Suraj Singh Thapa: >&g

Re: [nodejs] Node web interface to execute and handle the Perl & Shell backed process.

2013-01-07 Thread Suraj Singh Thapa
t need > full control) Look at the child_process APIs. > > > On Sun, Jan 6, 2013 at 9:41 PM, Suraj Singh Thapa > > > wrote: > >> Hi, I have number of the Perl and shell scripts in server(Linux) to >> automate the software build process. I want to >> c

[nodejs] Node web interface to execute and handle the Perl & Shell backed process.

2013-01-07 Thread Suraj Singh Thapa
Hi, I have number of the Perl and shell scripts in server(Linux) to automate the software build process. I want to create web interface so that other user can easily run my scripts. * Have a webpage, user select the field and press button to launch corresponding process. * webpage should show