socket tag

57 questions


3 answers
143 views
0
How to Install proxy_wstunnel_module

Ubuntu 12.04apache2:Server version:Apache/2.2.22 * install with sudo apt-get install apache2 for the configuration.I would like to install proxy_wstunnel_moduleNot even in /etc/apache2/mods-available....


1 answers
72 views
0
Is it possible to relay WebSocket to reduce traffic to the API provider?

Thank you for your help.Would it be possible to display the published websocket API on the website (under my control) through another server (under my control)?*We have agreed to use it, and there wil...

2 years ago

1 answers
63 views
0
usocket and force-output questions

Let me ask you about usocket and force-output.I made a simple Echo server to study usocket.It's echo1 and echo2.I tried telnet connection to echo1 and it worked fine.However, when I tried to telnet to...

2 years ago

2 answers
97 views
0
How to Obtain a Source IP Address When Load Balancer Is Present in .NET

PrerequisitesI am currently creating a TCP server application with the following configuration:PC (client)Load balancer-----------Server1 -- --------------------------- Server 2 -- -------------...

2 years ago

1 answers
127 views
0
Regarding the case where EAGAIN occurs during read(recv) execution in Socket Communication (TCP/Blocking I/O)

In Socket Communication (TCP/Blocking I/O), when reading is performed with code similar to the following,

2 years ago

2 answers
75 views
0
About Java Socket Communications

I have a question about Java Socket communication.If you have the following sources:For this source res.write(request); after submitting the request, Flushing with res.flush();.The process of receivin...

2 years ago

1 answers
77 views
0
The mouse position synchronization is getting heavier and heavier.

I use websocket to send the location at the time of mouse move, and when the location is sent, I write the process of reflecting it in the coordinates of the image.It's not heavy at first, but it gets...

2 years ago

1 answers
71 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
77 views
0
How to Save a Wav File in Node.js

When saving wav files using Node.js, How does WebAudioAPI record data?I don't know if I should hand it over to fs.writeFile().◆Development environmentwin10goole chrome ver 55.0.2883.87 mNode.jsver6.7....


1 answers
107 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
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.