mirror of
https://github.com/s00500/nodeMessageBoard.git
synced 2025-06-20 14:30:17 +00:00
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