Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shell

Send User Input From Nodejs To Shell Script

I have this NodeJS script: var util = require('util'), process = require('child_proce… Read more Send User Input From Nodejs To Shell Script

Starting Phantomjs Server From Php And Waiting For It's Response

I wanted to run a phantomjs server from my php script, then do a curl request to it and read it'… Read more Starting Phantomjs Server From Php And Waiting For It's Response

Ssh Persistent Sessions With Node.js

I am working with node.js, and I am trying to embed a console in the web browser to work in a remot… Read more Ssh Persistent Sessions With Node.js

How To Run A Shell Script Using Server Side Js

Hi I need to call a shell script from a server side java script and in shell script i need to conn… Read more How To Run A Shell Script Using Server Side Js

Send User Input From NodeJS To Shell Script

I have this NodeJS script: var util = require('util'), process = require('child_proce… Read more Send User Input From NodeJS To Shell Script

Starting Phantomjs Server From Php And Waiting For It's Response

I wanted to run a phantomjs server from my php script, then do a curl request to it and read it'… Read more Starting Phantomjs Server From Php And Waiting For It's Response