websocket tag

17 questions


2 answers
389 views
0
Message Handler Does Not Fire When Receiving Data Through WebSocket

What do you want to doYou want JavaScript event handlers to fire when you receive a message with the chat feature that you are creating in the Rails application.Current CodeCurrently, I am using the '...


1 answers
135 views
0
The connection closes in about 30 seconds even though the websocket communicates every few seconds.

I am creating a web application using websocket.Currently, JavaScript initiates a connection with new WebSocket (wss://{hostname}) and communicates with the server several times after onOpen is called...


1 answers
74 views
0
I want to build a web server with websocket.

I was thinking about controlling Leapmotion using RaspberryPi3, but I learned that Leamotion cannot be connected directly to RaspberryPi3.I recently learned that the only way to connect Leapmotion to ...


1 answers
92 views
0
Can't Lambda in VPC access API Gateway?

I am currently researching API Gateway (websocket) + Lambda + RDS (via RDS Proxy) for my project, and when I set up VPC on Lambda to connect to the database via RDS Proxy, I no longer get messages fro...

1 years ago

1 answers
141 views
0
Web-scrabbing via Tor using PySocks

We use PySocks to communicate via the urllib2 module via Tor to provide anonymity.However, what should I do if I only want to run a function (using urllib2) through Tor?Is it possible to initialize ur...

1 years ago

3 answers
116 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
61 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...

1 years ago

1 answers
58 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...

1 years ago

1 answers
55 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
61 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 - »

© 2024 OneMinuteCode. All rights reserved.