socket.io
Problem installing socket.io on Fedora Core
I\'m trying to install socket.io on my machine, but I keep encountering errors when I run npm install socket.io as directed on their website.I\'m not sure if I have version incompatibilities for npm o[详细]
2023-04-03 21:06 分类:问答Is Google Chrome supporting socket.io?
I am making a small multiplayer game using node.js and socket.io on my laptop. Occasionally, when I want to test some multiplayer features I log into the game using my PC (the PC and the laptop are co[详细]
2023-04-03 09:55 分类:问答Is it possible to update a single part of a page using Nodejs and Socket.io?
I\'m trying to create a basic Node application, every time a client connects I want to update the counter which is displayed on the page. (My goal is to create this application in its most simple, and[详细]
2023-04-03 07:40 分类:问答Discussion: Chat server via node.js: HTTP or TCP?
I was considering doing a chat server using node.js/socket.io.Should I make i开发者_如何学JAVAt a tcp server or a http server?I\'d imagine tcp server would be more efficient, but can you send other st[详细]
2023-04-03 03:54 分类:问答JavaScript, node.js and security
I have an user registration form on my website, and it just sends the data (username, password and email) to the ser开发者_开发问答ver in plain text using socket.io. I know that this is a really bad s[详细]
2023-04-02 12:41 分类:问答Use expresso and socket.io-client to test server, but the testing process does not stop
I wanna use socket.io-client to test my socket.io server. And I tried to run expresso with the following file. The data is printed in console. Then the process hangs there and beforeExit is never exec[详细]
2023-04-02 08:49 分类:问答Nodejs install is not working, [Errno 13] Permission denied: '/usr/local/include/node/'
I\'m trying to install Node, socket.io and npm using the following: cd ~ sudo apt-get install libv8-2.0.3 libv8-dev libv8-dbg libssl-dev curl[详细]
2023-04-02 07:29 分类:问答how to use fallbacks in socket.io for providing long polling on a websocket server?
I have an existing websocket server which serves json over websockets for IM on some non-http/s port.[详细]
2023-04-02 03:21 分类:问答Why does my multiplayer javascript game slow down when another client (new tab) connects?
I\'m trying to make a simple multiplayer game using canvas, socket.io and node.js. Everything\'s OK until another person connects (I open another tab and load the game there). When that happens, every[详细]
2023-04-02 01:51 分类:问答Client or server-side HTML5 canvas rendering for a node.js whiteboard application?
I was thinking a little whiteboard web app would be a nice way to improve my node.js and JavaScript skills.I\'ve seen a few on the web, which makes sense as it seems ideal for开发者_C百科 this kind of[详细]
2023-04-01 22:01 分类:问答