Skip to main content

Questions tagged [websocket]

WebSocket is an API built on top of TCP sockets and a protocol for bi-directional, full-duplex communication between client and server without HTTP overhead.

0 votes
1 answer
19 views

Is there a way to enable, pause, resume chrome devtools?

Preq: Launch selenium script in python Once launched we are trying to connect to chrome devtools and control the execution of script for debugging. As and when selenium script starts replaying, I'm ...
sridattas's user avatar
  • 499
0 votes
0 answers
15 views

Graphql or rest in RT chat in a spa running on flask and react?

I have a react app using flask backend. I have changed from rest to grapgql now for user reg, login, auto. Also posting services and for the feed to GET the posts. I am going to implement a one-to-one ...
Jensus's user avatar
  • 11
0 votes
0 answers
24 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
2 answers
36 views

Is it possible to create a hidden tab on a browser?

I'm creating an SPA in Vue3 that requires a WebSocket to be open at all times to access database variables to the Client. I was wondering, maybe I could hide a WebSocket connection inside an invisible ...
Josh's user avatar
  • 23
0 votes
0 answers
12 views

I am developing a community page using Next.js and Socket. How can I use socket to support sending and receiving images, videos, audio, and documents

i have implemented the functionality of the send image like this using socket.io here is my code block of that. socket.on("send-image", async (data) => { const { image, room } = data;...
Arnav Sharma's user avatar
0 votes
0 answers
10 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
1 answer
9 views

How to use Fleck Websocket to listen all host address in C#?

I want to listen to all host address like ws://+:3002/, because I am currently using Cloudflare Tunnel on my Ubuntu and this is the way it works. When I am using HttpListener, it can work with the ...
Han Han's user avatar
  • 406
0 votes
0 answers
28 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
1 answer
18 views

Socket io (Error: server error) while in production - Using ECS Fargate with Elasticache Redis

I have been working on a chat application and everything seems to work in localhost but when I am in production I am having difficulty connecting my socket io client with my socket server. This is the ...
brohxa's user avatar
  • 117
-2 votes
0 answers
22 views

How do fetch the real time latitude and longitude in Django and display that as a tracking map in the template? [closed]

I want to fetch the real time latitude and longitude from the Kotlin. I just want to display the real time latitude and longitude as a map in a template by using a Django frame work how do I do this? ...
bithor son's user avatar
0 votes
1 answer
17 views

websocket connection closing after sometime

So i was trying to implement discord's WS to join a VC as per their documentations. But the connection closes itself after sometime for no reason/error Here is my code -> import json import time ...
mohammad hassan's user avatar
0 votes
0 answers
27 views

WebSocket Channels in Django not connecting

I'm struggling why still insist not being connected my WebSocket using Django, I've used laragon as Mysql and I just used my local database, and I just want to try first before saving to database it ...
Henry's user avatar
  • 167
0 votes
0 answers
30 views

How scalable real-time collaborative whiteboard persists with data?

Planning to implement a scalable real-time collaborative whiteboard but don’t know what architecture to use in order to keep the users persistent without slowing down the application. The application ...
Drenky's user avatar
  • 11
1 vote
0 answers
34 views

Backend audio chunks aren't playing correctly when I pass them to client

First, I apologize if anything is spelled incorrectly or if I don't explain myself clearly enough as english is not my first languale. Now to the problem. I am both starting to work with OpenAI API ...
Alhelí Cabrera's user avatar
0 votes
0 answers
11 views

How should warning information be sent to the client from the server in WebSockets?

I have an application that uses websockets to send the client notifications in real time. Before establishing the handshake, on the server side some operations are performed with some query params ...
Diego L's user avatar
  • 816

15 30 50 per page
1
2 3 4 5
1910