chat-example
chat-example copied to clipboard
New source of socket.io.js
Fixed error: Uncaught ReferenceError: $ is not defined?
Hello there I'm working with: Ubutu 14.04 Express 4.10.2 Socket.io 1.3.7 Vagrant Port fowarding :8001 to Box :80 Port fowarding :8002 to Box :3000 This is my App.js var express...
Fork
The chat example will now be maintained here: https://github.com/socketio/chat-example Thanks!
`` It should be served over https. EDIT: I see there is already a PR (https://github.com/rauchg/chat-example/pull/30) for this... Please merge it.
In the `index.js` the `app` object is being passed into `http.Server()`, which is later on called with `http.listen()`. Is there any difference or upside to this method over just using...
In your example on http://socket.io/get-started/chat/, in index.html, the code for binding the event `http://socket.io/get-started/chat/` etc is in the lines BEFORE the form is declared ` Send ` Which causes it...