socket.io
Welcome to socket.io. only message
I am making my first app with socket.io and nodejs just as socket.io offical web says, but the only thing I am seeing on the html after running node server.js is \"Welcome to socket.io.\" How can I fi[详细]
2023-03-23 13:27 分类:问答Can socket.io client connect to two different servers/ports?
Can socket.io client connect to two different ports on the same serve开发者_StackOverflow中文版r?[详细]
2023-03-23 10:32 分类:问答Connection lost with response.end in node.js
I\'m using node.js to have multiple clients. Now, in my code, I\'m listening on a por开发者_如何学Got and each time a client connects, I want to send out a broadcast message to all other clients, say.[详细]
2023-03-23 07:51 分类:问答socket.io upgrade from 0.6 to 0.7 causes problems in socket.request
I had an application that uses node.js and socket.io. It was working fine three months ago but when I tried to run it now it showed me that the module socket.io is not defined (don\'t know why?). So I[详细]
2023-03-22 21:32 分类:问答How do you get the request data with socket.io with node.js and express?
So I have this problem using express with socket.io. I think it is pretty self explanitory; I simply need to get the session and request parameter data to socket.io. This cannot be done on the client[详细]
2023-03-22 16:03 分类:问答IE8 Socket.IO error?
Error occured in IE 8 Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; IPMS/E040400A-14E2CBD58A8-000000501208; SLCC2; .NET CLR 2.0.50727; .NET CLR 3[详细]
2023-03-22 11:17 分类:问答`require 'socket.io-client.js'` not working
I was able to get the basic socket.io server application running on my own server, and request it directly through any web browser (I tried FF, chrome, and IE7 which all worked).[详细]
2023-03-22 07:50 分类:问答Problem with first program in socket.io
I am having some problems in e开发者_如何学JAVAxecuting my first socket.io program. Here is the code[详细]
2023-03-21 21:52 分类:问答Socket.io access-control-allow=origin error from remote site
I am trying to access a socket.io server from another site. It worked for a few weeks but now I keep getting the following error. It happens when accessing a server on nodester from a server on heroku[详细]
2023-03-21 07:13 分类:问答What is the proper way to manage multiple chat rooms with socket.io?
What is the proper way to manage multiple chat rooms with socket.io? So on the server there would be something like:[详细]
2023-03-21 06:45 分类:问答