websocket tag

17 questions


1 answers
108 views
0
What is the nginx setting for the websocket server behind the nginx?

I noticed that websocket doesn't work well just by specifying upstream from nginx on a remote server without thinking about it when I reverse-proxy.QuestionWhat settings do I need to reverse proxy web...

2 years ago

1 answers
87 views
0
I want to close a specific socket

This is the person who creates the chat application in NodeJS (SocketIO).We use the following methods to send to specific users:io.to(socket.id).json.emit('message',message);How do I close a socket fo...


1 answers
121 views
0
Websocket Connection Disconnects Quickly in JavaScript

I would like to connect to the Websocket server via JavaScript, but the connection will be cut off as soon as I connect.If you look at the console, as soon as the page is loaded, you will see Open and...

2 years ago

1 answers
130 views
0
Hook the WebSocket function on the WebWorker side

Can I hook the Websocket constructor and onmessage on the WebWorker (Dedicated Worker)?If it is Main thread, you can hook it with JavaScript Proxy, but I would like to do this to Websocket on the WebW...


1 answers
105 views
0
How do I implement a push server?

Hi, everyone.I've never made a chat app before, so I'm making a chat app.It's a simple text transmission base.If the other person sends me a text message, it has to pop up on my phone right away.I had...

2 years ago

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
67 views
0
How do I store data (list types) pouring through a web socket sequentially without duplication?

The data that we're dealing with is like price data of stock prices, and here's the situation.How can I implement this data that is poured out in order without duplication?'''MAX_TABLE_LENTH = 200'''d...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.