sync/www/assets
calzoneman 6dc0a33bda Separate ports for webserver and socketio
It came to my attention today that some firewalls block websocket traffic on port 80.  For this reason, I have split out the webserver and socket.io traffic to 2 different ports.
In config.js, IO_PORT is the socket.io port.  This should NOT be port 80.  WEBSERVER_PORT is the port that the built in webserver will bind to (can be port 80, but this requires root permissions).
You will connect to yourhostname:WEBSERVER_PORT, and use yourhostname:IO_PORT as IO_URL.
2013-05-17 18:39:49 -04:00
..
css Add editors for CSS and JS 2013-05-15 11:34:27 -04:00
img Push to github 2013-02-15 23:02:42 -06:00
js Separate ports for webserver and socketio 2013-05-17 18:39:49 -04:00