Setup structure, dynamic routing from config.json

This commit is contained in:
Cryptkeeper
2015-11-01 23:19:27 -06:00
parent 86853613cc
commit 89bd722fa1
6 changed files with 40 additions and 30 deletions

7
assets/js/site.js Normal file
View File

@ -0,0 +1,7 @@
$(document).ready(function() {
var socket = io.connect();
socket.on('connect', function() {
});
});