socket.io
Namespacing in socket.io when sending to a particular socket
When i namespace my app, i run into a problem i want to send data to a particular socket, here\'开发者_C百科s the abbreviated version of the code I\'m using:[详细]
2023-03-29 05:38 分类:问答Sending contents of var within http.request area through socket
I have a program written with node that connects to Flash. In Flash when a key is pressed the keypress is sent through a socket to node, which then echoes the keypress back to Flash with some extra te[详细]
2023-03-29 01:43 分类:问答Sending message to Socket.IO via get request
I have an express node.js server serving Socket.io.I would like the ability to make get requests to the express server that will automatically send a message to a channel.[详细]
2023-03-28 22:05 分类:问答Socket IO V0.7: Where to put flashsockets SWF file?
I currently have my \'WebSocketMain.swf\' file sitting in the same directory as \'socket.io.min.js\' but Firefox doesn\'t seem to want to use flash sockets. It always reverts to XHR-Polling. See test[详细]
2023-03-28 19:57 分类:问答zombie.js and socket.io (node.js)
I would like to test my node.js/socket.io application using the zombie.js headless browser. Unfortunately when the zombie.js app connects to my app it reports a load of connection/disconnection event[详细]
2023-03-28 14:58 分类:问答cannot display my variable on browser
I am working on a sock开发者_如何转开发et.io + Node.js project. When I print an variable using console.log, I get my variable on console.[详细]
2023-03-28 11:34 分类:问答info - unhandled socket.io url
I working on a socket.io + node project. Just like in this page, http://davidwalsh.name/websocket I am getting \"info - unhandled socket.io url\" 开发者_运维知识库error in socket.io v7. But I dont get[详细]
2023-03-28 10:43 分类:问答Remote procedural calls over socket.io in native iOS applications?
Is it possible to do remote procedural calls over socket.i开发者_如何学编程o in native iOS applications?[详细]
2023-03-28 09:31 分类:问答Socket.io 0.7.9 connection issues
I am attempting to upgrade to socket.io 0.7.9 and have run in to problems. I have used the basic example from the socket.io homepage. My server is:[详细]
2023-03-28 06:36 分类:问答How to forward request to Node.js from nginx with tcp_proxy_module?
Now, I had patched nginx with the nginx_tcp_proxy_module, and it is running OK on port 8080. How do I connect the clients to port 80 of nignx, not port 8080 of Node.js,[详细]
2023-03-28 03:35 分类:问答