Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 36 million developers on GitHub.
Sign up for free See pricing for teams and enterprisesNodejs 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>/xeg.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>