Open jgamedev opened 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",
"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.
I just tried this and I see all messages flooding by.
I see them flooding by on the client, but not on the server console :cry:
I changed this line in package.json:
to:
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.