evert / nodejs-chat

Chat application for NodeJS
http://evertpot.com/
MIT License
18 stars 13 forks source link

Not Worked #2

Closed borm closed 11 years ago

borm commented 11 years ago

Uncaught TypeError: undefined is not a function application.js:34

evert commented 11 years ago

Hi bORM,

I rewrote the readme to be a little bit clearer what this project is about, and it also explains why it was failing for you. Have a look here:

https://github.com/evert/nodejs-chat

Hopefully that page works again when you read it. Github seems to have some issues right this moment...

So if you want a fully working example, you should be looking for the complete branch instead.

borm commented 11 years ago

h1, cd server, run node ChatServer.js, this will start the server on http://localhost:8080 - Ok, i see "Welcome to socket.io" - it work!

After this, open the client code (index.html) in a browser. I open this on denwer, site.com, and see chat page, with out login form, after form submit form, data this form send to browser url - http://site.com/?nickName=myname&email=mymail%40mail.com , and form clear, but i am not autorized Console clear, not error