socket.io tag

20 questions


1 answers
112 views
0
How to join the room with Socket.IO (Android)

I use the Android version of native Socket.IO to create a program using Socket.IO.Note: http://socket.io/blog/native-socket-io-and-android/Environment:Android Target Version: android-19Eclipse Luna Se...

2 years ago

1 answers
108 views
0
The PC browser cannot connect to the Node.js program via Sokect.io.

I'm thinking of doing Socket communication between my PC browser and the server.The environment is as follows:Ubuntu 14.04apache22.4.7When you open a page with a browser, it connects to the server and...

2 years ago

1 answers
72 views
0
Cannot Add Header in nginx x socket.io Environment

I saw the description that it would be good to rewrite Access-Control-Allow-Origin for cross-domain support, so I have written as follows, but there is no change.var http=require('http'), // Creating ...


1 answers
91 views
0
Understanding Node.js Memory Leak Protection

Hello.Currently, I am building a server for real-time communication using Node.js×socket.io.Node.js and socket.io are both beginners.We use pm2 for Node.js process management.Node.js v0.12.2socket.io ...

2 years ago

2 answers
71 views
0
I don't understand the javascript error.

There is an error in client-ios.js, but I don't know where to fix it.It seems to be an error with the symbol <, but I don't use it anywhere, so it's refreshing.If you are familiar with javascript, ...


1 answers
126 views
0
Obtain a list of clients connecting to Socket.io from the client

I would like to get a list of clients connecting to Socket.io from my client.var http=require(http);var server = http.createServer(function(req,res){ res.write(Hello World!); // ・・・ ① res.end();//...2...

2 years ago

3 answers
112 views
0
About the chat application using Socket.io

I am creating a chat app like LINE with the html5 hybrid app (I use Monaca).I plan to use node.js, socket.io, and redis.When you search socket.io Chat on Google, you can find code that acts as a chat ...

2 years ago

1 answers
82 views
0
When implementing web push service from node.js to socket.io

Hello, everyone Node.js wants to use socket.io to implement real-time push services on the web.There is a push server and a web server separately, but I want to push to the push server when I write a ...


1 answers
92 views
0
Room control question using socket.io.

I'm implementing it while studying web messenger, but currently, I've completed the implementation of the conversation between the users.The problem is that when one of the users ends the connection (...

2 years ago

1 answers
129 views
0
Use socket.io-based chat function to chat in a speech bubble manner by cavas to jquery.

Implemented multi-chat functionality with socket.io.And I made it possible to upload the message to a specific location by using canvas fillText.(ps. It's easy if you think about the chat method of th...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.