express-php
serving PHP over Express & Node.js
Example
var express = ;var php = ;var app = ; app;app; app;
Installation
$ npm install express-php
php-cgi should be installed, if not:
$ sudo apt-get install php5-cgi
Compiling coffee2js
$ npm install -g coffee-script$ coffee -b -c index.coffee