client/- Client side files (web root).server-apache/- The static web server configuration files.server-node/- The application server.
- Node.js Only tested with v0.4.8.
-
Modify your
/etc/HOSTSfile, rerouting dev.finalsclub.org to your development environment127.0.0.1 dev.finalsclub.org -
Run an HTTP server of your choice in the
clientdirectorypython -m SimpleHTTPServer 1234 -
Run the socket.io server from the
server-nodedirectorynode server.js -
Open
http://dev.finalsclub.orgin a browser