Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.91k stars 175 forks source link

tag v0.6.0 now.js fatal error #112

Closed mgcrea closed 13 years ago

mgcrea commented 13 years ago

Line 390 :

 socket = new io.Socket('**SERVER**', {port: **PORT**}); 

Please tag a new "working" release.

mgcrea commented 13 years ago

btw, error exists in master branch (unknown * etc. because of PORT) on chrome stable. I do have another issue :

Uncaught ReferenceError: nowUtil is not defined

Is there sth wrong with my setup ? (trying to get hello_world exemple working.

mgcrea commented 13 years ago

Ok, just figured it out, i was including ./../../lib/now.js in the html instead of http://localhost:8080/nowjs/now.js And double-clicking the .html file (that is in fact served by node...).

I should have gone directly to http://localhost:8080 ! So i'm closing this !