I am developing a node app with node-webkit. I need to use php badly in my application..So i need to know wheather i can use php in my application.I came to know that using php-webkit we can use it.But i am not able to do it. Please help me to impliment the php-webkit and express into node-webkit. i need to know how to install express and php-webkit.
This is my package.json
{
"name": "ncubicx",
"version": "1.0.0",
"description": "",
"main": "application/index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"window": {
"toolbar": false,
"width": 800,
"height": 500
},
"node-remote": "<local>",
"phpwebkit": {
"bin": "",
"path": "./application",
"host": "localhost",
"port": 9090
},
"license": "ISC",
"dependencies": {
"express":"4.*.*"
}
}