socket.io tag

20 questions


1 answers
112 views
0
[Node.js] Create a program that receives data from websockets on the Network tab of Chrome developer tools on a specific home page

Hello.I'm posting a question like this because I got curious while writing the current program.If you go to Chrome Developer Tools -> Network tab on a specific homepage, you can find information re...


1 answers
108 views
0
canvas, socket.io implemented. Now, I want to display the chat above the character. (git example sharing)

There are two types of pictures above.Area 1 represents a moving character. You can enter the direction key + space bar key and move and jump according to the key.Area 2 allows multiple chats by enter...


1 answers
106 views
0
I have a question about the chat implemented by socket.io.

Currently, most of the messenger functions have been completed, but the problem is that they are bringing the most recent conversation together by distributing the list of chat rooms. (ex. Kakao Talk)...

2 years ago

4 answers
71 views
0
Implementation of a web screen to monitor DB's change data in real time

Hello.I came to Hashcode to solve the blockage after a long time.Thank you always for your reply.Developing in node.js environment.You are using mysql, and you have created a msg, value column, for ex...


2 answers
82 views
0
I'm using socket.io, but the number of sockets I'm using doesn't decrease.

Implemented real-time services with nodejs and socket.io.socket.io connection occurs in and out of 100. If you look at the socket being used in the terminal cat /proc/20807/net/sockstatIt's well over ...

2 years ago

2 answers
101 views
0
This is a question about using Redis and mongoDB together.

First of all, I am implementing web messenger with node.js and socke.io.As I looked it up, I know that Redis is a NOSQL-based DB like Mongo, but there are cases where it is mixed with Mongo, so why is...


1 answers
79 views
0
Questions when developing chat functionality with socket.io

Hello.Web development with node.js + express.We're implementing the socket.io chat function this time.That's all we've developed.I understood and developed the simple message exchange part, and I woul...

2 years ago

1 answers
103 views
0
Node.js retrieves data from mongodb and sends it to socket.io, but the order is twisted.

I thought it would be long if I put the whole sauce, so I cut it and edited it and uploaded it.I'm sorry if it looks messyfor(var index in room.messagelog){ if(msg.type != 'data'){ match = urlPattern...

2 years ago

1 answers
66 views
0
When to connect and disconnect to socket.io

Hello! I am a student studying nodejs.I have a nodejs server that uses socket.ioWeb application is running at the front desk.(reactJS/redux)It's because I don't have enough knowledge about SocatFirst ...

2 years ago

1 answers
86 views
0
We are implementing web messenger using node.js and socket.io.

I am a beginner who is learning node.js and socket.io for the first time.If it's a simple chat, there are a lot of data, but the deeper it goes, the harder it becomes to find something.What I thought ...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.