Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
16 views

Logs Not Displaying Inside WebSocket Connection

I'm integrating Yandex SpeechKit for speech-to-text recognition in my application. I'm following the documentation provided by Yandex: https://yandex.cloud/en/docs/speechkit/stt/api/streaming-...
Zhaneiro's user avatar
1 vote
2 answers
41 views

Why is my emitted data not getting recieved on the frontend in react and node js

I wrote this code where I get some data from a function on the server side and that function gives back some data that is then relayed to the front end vis socket.io in node and react however the ...
Divyansh Pathak's user avatar
0 votes
0 answers
14 views

Getting a lot of errors in this aws-sdk server mainly in websockets

I am getting multiple warning and errors but I am not able to debug them The delay between the input submitted and the server is extremely long (approx 90 sec) with increases with more emit functions ...
Divyansh Pathak's user avatar
0 votes
0 answers
14 views

Getting multiple errors in this aws-sdk server mainly in websockets

I am getting multiple warning and errors but I am not able to debug them The delay between the input submitted and the server is extremely long (approx 90 sec) with increases with more emit functions ...
Divyansh Pathak's user avatar
0 votes
0 answers
17 views

Build a CMS using nodejs and express with socketio for realtime updates without clientside refresh

I am starting a project to build a basic cms using nodejs and I want to use websockets as well. I don't know where to find resources to learn how best to do this. I want a site I can post things to ...
cauzality's user avatar
0 votes
0 answers
29 views

Hello Everyone ! i want to connect webSocket to my mern app but getting some error

i am working on realtime chat-app ... want to integrate websocket for instance chat ... but i am getting the error i am getting this kind of error (socket__io-client.js?v=6fe409f1:1018 WebSocket ...
Shoaib Rehman's user avatar
0 votes
0 answers
16 views

Event handling for encapsulated socket.io server

I (js beginner) am creating a node.js webapp with socket.io. I encapsulated my socket server and namespaces to a single module that I call socketManager.js because I heard that this is generally good ...
dumpysmasher's user avatar
0 votes
0 answers
48 views

Websocket Connection failing on Deployed Azure web app

I am running a nodeJs server, and serving a ReactApp from it. This is deployed and hosted in an Azure WebApp. I have container running a Django server, hosted on a separate Azure WebApp. I am trying ...
dario's user avatar
  • 1
0 votes
0 answers
16 views

Nodejs Websocket Connect by wss

We hired a vps with Ubuntu and installed nodejs for a chat server, and it will be consumed by external websocket connections from other domains outside this vps. Let's encrypt certificate installed by ...
sNniffer's user avatar
  • 209
0 votes
1 answer
36 views

How to use WebSocket multiple connection

I'm making a simple app that requires Websocket with JavaScript & NodeJS. I'm using the WS NPM package. The issue is, I want to use two connection in the same project, I have both defined at the ...
Wasiu Adeyemi's user avatar
0 votes
0 answers
19 views

How to Efficiently Update Live Scores in React Native App Without Constant API Calls?

I'm working on a React Native project which is a mobile app for displaying soccer live scores. The data is fetched from the server and displayed in the app. However, I want to ensure that the live ...
Sami Ali's user avatar
  • 139
0 votes
0 answers
9 views

My websocket connection is dropping with Ethers.js

I establish a websocket connection with Ethers WebsocketProvider but after a few minutes the connection drops. I get the error status but it doesn't show as an error, just no data. I tried to write ...
yusfmre's user avatar
  • 11
0 votes
0 answers
25 views

Unable to get websocket server connection

Good day to you all, I have just deployed a NodeJs websocket server on Digital ocean platform. it deployed without errors. and logged as expected ... server running on port #### However, trying to ...
alpha's user avatar
  • 1
0 votes
0 answers
22 views

Axios interceptor using socket option and rabbitmq+socket option

Issue: While the interceptors work fine under normal load, they struggle with a high volume of requests and responses. When the load increases significantly, RabbitMQ and WebSocket servers sometimes ...
Houssem Ghabarou's user avatar
1 vote
1 answer
26 views

How can I check if a user is logged in or not in socket.io with AdonisJS?

There isn't much information about this. Is there a way to check if a user is logged in with AdonisJS V6 and socket.io? I have this code so far, but I can't verify if the user has logged in with CSRF ...
Ahmed Elkady's user avatar

15 30 50 per page
1
2 3 4 5
327