jishi / node-sonos-web-controller

A web based controller for Sonos utilizing web sockets for a native look and feel
MIT License
248 stars 45 forks source link

Index in php #42

Closed GustafssonFredrik closed 8 years ago

GustafssonFredrik commented 8 years ago

Hi,

First of all, nice job with this project. I only have one issue, I want to run this as a php file instead of html, how can I solve this?

jishi commented 8 years ago

If you could explain WHY you would want to mix it up with PHP, I might be able to provide an answer for you. It makes zero sense to just "run it as php", since it's a single page application that relies on a node.js backend.