Skip to main content
0 votes
0 answers
69 views

Socket issue: My Laravel backend is hosted on https://example001.com/, while my React app is hosted on https://example002.com/ React uses the 4.8.1 version of the socket.io client, and Laravel uses ...
Tirth Gajjar's user avatar
0 votes
1 answer
55 views

I am interested in creating (for testing purposes) a fake client that mimics a browser accessing a route in a Node.js HTTP server. In the minimal example below, I am able to point an actual browser to ...
P. Lewis's user avatar
-1 votes
1 answer
73 views

I want to use socket.io-client cdn in the node js project Sometimes I do connection to the different socket servers with the different socket io versions. So I need to handle it using socket io client ...
user28842269's user avatar
0 votes
2 answers
89 views

I am using Socket.IO to emit an event from the server to a specific client. The event is being successfully received on the client side, and the client processes the data without any errors. However, ...
Nilesh Vasudev's user avatar
1 vote
1 answer
153 views

Problem: Emitting event from server along with the callback and expecting client to trigger callback as the event received to acknowledge the server. Client is getting args[1] as null when is should ...
Zain Ul Abideen's user avatar
1 vote
0 answers
126 views

We are trying to implement Azure speech recognition in realtime using its PushStream. The audio is recorded at angular app using navigator.mediaDevices.getUserMedia(). The recorded audio when sent to ...
Raj's user avatar
  • 359
0 votes
0 answers
159 views

I am attempting to use socket.io to connect to an NTRIP server. I can see the auth request go out and an ICY 200 OK response come back but the connection times out after 60 seconds and is stuck in a ...
Christopher Horsfield's user avatar
0 votes
1 answer
68 views

I have a socket connection. Inside Bloc Constructor. Since the userInformation is not yet available at first initialization of the Bloc. will the OnConnectSocket event will work? . esp the _socket.io....
aintno12u's user avatar
  • 421
1 vote
1 answer
101 views

I'm trying to set up a Socket.IO server with Spring boot, which also serves as an API for my application. I have an Angular frontend that looks like this: The problem is when I call my service to ...
elioteuteu's user avatar
0 votes
1 answer
112 views

I'm completely lost at this point, so any insights would be most appreciated... I'm maintaing code that creates a secure websocket using express. The original socket.io libraries were v1 which I've ...
zzzbum's user avatar
  • 1
0 votes
1 answer
489 views

React Native Webrtc remote stream is black during Video Call. It's getting both audio/video from remote candidate but it just won't display. {"_id": "28967b2b-d555-4438-a8e8-...
justicejustly's user avatar
0 votes
2 answers
1k views

In my react app, I initialize a connection with the backend socket Io server. Inside the server, I console.log the socket that has connected, and everything works as expected, the client connects fine....
Max adam's user avatar
  • 105
0 votes
0 answers
63 views

Maybe I'm asking a stupid question, but I really don't understand. I have two scripts: socket server and socket client. socket server: this.io = new Server(HTTPServer, { wsEngine: eiows....
Deekep's user avatar
  • 31
3 votes
0 answers
1k views

I want to implement a video conference app where I need to implement socket connection for specific rooms. Since Next.js is a serverless framework, I had to create a default GET method and initialize ...
Rafi Sakib's user avatar
0 votes
0 answers
79 views

This is Node.js server code. Server.js const express = require("express"); const cors = require("cors"); const http = require("http"); const SocketServer = require("....
Chris1011's user avatar

15 30 50 per page
1
2 3 4 5