nodejs, expressjs serving PHP files
问题 Ok I've been playing around with nodejs, expressjs and socket.io to create some applications. But now im coming to the stage where i want to take things a bit further. I have noticed a few node apps using PHP for twitter auth on their client side. When I attempt to rename my client.html file to client.php and restart the server it throws up a blank page with this Cannot GET / How do would serve php files or would i do twitter auto using js? This is my NodeJS server.js var http = require('http