WebSocket : chrome and firefox don’t support sending large data?
When I use chrome or firefox browser as client, and send a base64 image string with websocket.send(my_base64_image_string) method, chrome (or firefox) sends the data in many fragments, so no problem.
WebSocket : chrome and firefox don’t support send big data?
When I use chrome or firefox browser as client, and send a base64 image string with websocket.send(my_base64_image_string) method, chrome (or firefox) sends the data in many fragments, so no problem.
Reliable Message Resending in WebSocket Web App
I’m developing a chat web application using WebSocket and have encountered the issue of unreliable WebSocket connections. To improve reliability, I’m using heartbeat messages to ensure both the client and server are alive. I also implemented receipt messages from the server to the client to confirm that messages are received successfully.
adjusting audio to each other in js
there is such a system, the server sends an audio file to the client, and the client plays it, but while the audio file is being played, the server can send another audio file, then the audio is adjusted to each other and a porridge is obtained
WSS Request Not Sending using core Javascript
Here is my js code i’m getting error like this, i want to send request like i do in ajax or XHR. Please help me to fix this it takes more than 10 hour to fix this code.
how can I listen to websocket every 5 minutes
I’m trying to use Websocket in js .
This sample code connect to MEXC socket server and listen infinitely.