hybrid node web server - loads PHP and javascript
** Setup **
apt-get install php5-cgi
apt-get install sqlite3
git clone https://github.com/sombra2eternity/whale-server.git
Now edit /etc/hosts and add
127.0.0.1 test.localhost
Run the server:
node index.js
Browse test.localhost:1337
More info incomming ...