em-wilson / book-node-mongodb-backbone

Example source code accompanying O'Reilly's "Building Node Applications with MongoDB and Backbone" by Mike Wilson
272 stars 120 forks source link

02-06.js doesn't create a response #36

Open chadat23 opened 10 years ago

chadat23 commented 10 years ago

I'm getting an Unexpected Token ; error in chat.jade until I implement the update suggested in Issue 31. Now I don't get an error but I still don't get any kind of response.

I've also put some console.log('working'); lines into the chat script and 02-06 io.sockets.on callback to see if anything's happening other than the initial render but the lines aren't being written to the console.

It doesn't look like the script's running or the the server and page are communicating. Anyone else see this or have any thoughts on how to fix it?

yanhuiyi commented 10 years ago

chadat23, did you try to resolve issue about unexpected token with http://stackoverflow.com/questions/22524986/node-js-jade-syntax-error-unexpected-token?