forked from lbsadmin/nodeMessageBoard
Added serverside functions and routing for demomode
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
function initSocketIO()
|
||||
{
|
||||
iosocket = io.connect();
|
||||
iosocket.on('onconnection', function() {
|
||||
iosocket.on('connect', function() {
|
||||
|
||||
iosocket.on('debugMessage', function(message) {
|
||||
alert(message);
|
||||
|
Reference in New Issue
Block a user