Node can easily call other processes and has full control over the stdio
streams if desired. (or there are convenience wrappers if you don't need
full control)  Look at the child_process APIs.


On Sun, Jan 6, 2013 at 9:41 PM, Suraj Singh Thapa
<thapa.suraj...@gmail.com>wrote:

> 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 progress, Perl/shell script standard output running
> in server.
>
> Could some one can suggest me if Node can be used as my fronted to create
> web interface?
> As I am novice so any suggestion from experience people will
> be appreciated.
>
> Thanks
>
>  --
> 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 subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
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 subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to