Nodejs HENkaku-webserver, no more windows dependence!
##Prereqs for Nodejs webservice
- Nodejs (obviously)
- Request and Express (install using npm)
##Running Nodejs webservice
- Download HENkaku-webservice.js to a local folder
- Edit HENkaku-webservice.js to set the address of the localhost (line 10)
var localUrl = "";
in the formhttp://<localhostipaddress>/x
eg.var localUrl = "http://192.168.1.1/x";
- Open port 80 on the host machine
- From a command prompt/terminal run
node HENkaku-webservice.js
- On the target Vita browse to
http://<ipaddressofhost>