arjanfrans / realtime-multiplayer-in-html5

:computer::earth_africa::computer: Realtime multiplayer game in the browser.
MIT License
22 stars 10 forks source link

Toggle the log for the client/server message exchange stream #9

Open jgamedev opened 8 years ago

jgamedev commented 8 years ago

I changed this line in package.json:

 "start": "DEBUG=*game* nodemon ./server/index.js",  

to:

"start": "DEBUG=* nodemon ./server/index.js",

nodemon ./server/index.js",

as per (http://socket.io/docs/logging-and-debugging/) but I still can't see the exchange of messages in the server console.

Please let me know if this is currently possible.

arjanfrans commented 8 years ago

I just tried this and I see all messages flooding by.

jgamedev commented 8 years ago

I see them flooding by on the client, but not on the server console :cry: